Html Css Color HEX #AFD24C Conifer

📋 copy color: '#AFD24C'

red 175 ◦ green 210 ◦ blue 76

#AFD24C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFD24C

Tints of Conifer #AFD24C

RGB

 RED value IS 175 (68.75% from 255) = 37.96%

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 37.96%
G = 45.55%
B = 16.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#AFD24C (or 0xAFD24C) is known color: Conifer. HEX triplet: AF, D2 and 4C. RGB value is (175,210,76). Sum of RGB (Red+Green+Blue) = 175+210+76=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD24C is #502DB3. Grayscale: #B8B8B8. Windows color (decimal): -5254580 or 5034671. OLE color: 5034671.

HSL color Cylindrical-coordinate representation of color #AFD24C: hue angle of 75.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFD24C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 76 -
CMYK 0.17 0 0.64 0.18
HSL 75.67º 0.6% 0.56% -
HSV(B) 75.67º 0.64% 0.82% -
XYZ 42.03 55.73 15.38 -
YUV 184.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 175 210 76 0.17 0 0.64 0.18 75.67 0.6 0.56
Hex AF D2 4C 11 0 40 12 4C 3C 38
Octal 257 322 114 21 0 100 22 114 74 70
Binary 10101111 11010010 1001100 10001 0 1000000 10010 1001100 111100 111000

Color Harmonies of #AFD24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD24C

Black with #AFD24C

Text Example


Text Example

White with #AFD24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD24C; }

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

 H1.HeaderClassName
 {
   color: #AFD24C;
 }
 .AnyTagClassName
 {
   color: #AFD24C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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