#AFE74C

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

Shades of Conifer #AFE74C

Tints of Conifer #AFE74C

Color information

#AFE74C (or 0xAFE74C) is unknown color: approx Conifer. HEX triplet: AF, E7 and 4C. RGB value is (175,231,76). Sum of RGB (Red+Green+Blue) = 175+231+76=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE74C is #5018B3. Grayscale: #C5C5C5. Windows color (decimal): -5249204 or 5040047. OLE color: 5040047.

HSL color Cylindrical-coordinate representation of color #AFE74C: hue angle of 81.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE74C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB17523176-
CMYK0.2400.670.09
HSL81.68º76.35%60.2%-
HSV(B)81.68º67.1%90.59%-
XYZ47.5666.7917.22-
YUV196.5959.95112.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 76 (30.08% from 255) = 15.77%
R=36.31%
G=47.93%
B=15.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175231760.2400.670.0981.6876.3560.2
HexAFE74C180439524c3c
Octal2573471143001031112211474
Binary101011111110011110011001100001000011100110100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE74C; }

 p { color: rgb(175,231,76); }

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

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

 a { background-color: rgb(175,231,76); }

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

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

 span { border-color: rgb(175,231,76); }

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