#AFEA4B

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

Shades of Conifer #AFEA4B

Tints of Conifer #AFEA4B

Color information

#AFEA4B (or 0xAFEA4B) is unknown color: approx Conifer. HEX triplet: AF, EA and 4B. RGB value is (175,234,75). Sum of RGB (Red+Green+Blue) = 175+234+75=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA4B is #5015B4. Grayscale: #C6C6C6. Windows color (decimal): -5248437 or 4975279. OLE color: 4975279.

HSL color Cylindrical-coordinate representation of color #AFEA4B: hue angle of 82.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFEA4B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB17523475-
CMYK0.2500.680.08
HSL82.26º79.1%60.59%-
HSV(B)82.26º67.95%91.76%-
XYZ48.3768.4717.32-
YUV198.2358.45111.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 75 (29.69% from 255) = 15.50%
R=36.16%
G=48.35%
B=15.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175234750.2500.680.0882.2679.160.59
HexAFEA4B190448524f3d
Octal2573521133101041012211775
Binary101011111110101010010111100101000100100010100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA4B; }

 p { color: rgb(175,234,75); }

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

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

 a { background-color: rgb(175,234,75); }

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

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

 span { border-color: rgb(175,234,75); }

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