#AFF167

Color #AFF167 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFF167

Tints of Conifer #AFF167

Color information

#AFF167 (or 0xAFF167) is unknown color: approx Conifer. HEX triplet: AF, F1 and 67. RGB value is (175,241,103). Sum of RGB (Red+Green+Blue) = 175+241+103=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF167 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF167 is #500E98. Grayscale: #CECECE. Windows color (decimal): -5246617 or 6812079. OLE color: 6812079.

HSL color Cylindrical-coordinate representation of color #AFF167: hue angle of 88.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF167 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB175241103-
CMYK0.2700.570.05
HSL88.7º83.13%67.45%-
HSV(B)88.7º57.26%94.51%-
XYZ51.587324.2-
YUV205.5370.13106.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 103 (40.62% from 255) = 19.85%
R=33.72%
G=46.44%
B=19.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411030.2700.570.0588.783.1367.45
HexAFF1671B0395595343
Octal257361147330715131123103
Binary10101111111100011100111110110111001101101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF167; }

 p { color: rgb(175,241,103); }

 H1.HeaderClassName
 {
   color: #AFF167;
 }
 .AnyTagClassName
 {
   color: #AFF167;
 }
</style>
background-color css

<style>
 a { background-color: #AFF167; }

 a { background-color: rgb(175,241,103); }

 div.DivClassName
 {
   background-color: #AFF167;
 }
 .BgClassName
 {
   background-color: #AFF167;
 }
</style>
border-color css

<style>
 span { border-color: #AFF167; }

 span { border-color: rgb(175,241,103); }

 td.TdClassName
 {
   border-color: #AFF167;
 }
 .TagClassName
 {
   border-color: #AFF167;
 }
</style>