Html Css Color HEX #AFD254 Conifer

📋 copy color: '#AFD254'

red 175 ◦ green 210 ◦ blue 84

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

Shades of Conifer #AFD254

Tints of Conifer #AFD254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.91%

R = 37.31%
G = 44.78%
B = 17.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#AFD254 (or 0xAFD254) is known color: Conifer. HEX triplet: AF, D2 and 54. RGB value is (175,210,84). Sum of RGB (Red+Green+Blue) = 175+210+84=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD254 is #502DAB. Grayscale: #B9B9B9. Windows color (decimal): -5254572 or 5558959. OLE color: 5558959.

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

Color convert

RGB 175 210 84 -
CMYK 0.17 0 0.6 0.18
HSL 76.67º 0.58% 0.58% -
HSV(B) 76.67º 0.6% 0.82% -
XYZ 42.33 55.85 16.94 -
YUV 185.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 175 210 84 0.17 0 0.6 0.18 76.67 0.58 0.58
Hex AF D2 54 11 0 3C 12 4D 3A 3A
Octal 257 322 124 21 0 74 22 115 72 72
Binary 10101111 11010010 1010100 10001 0 111100 10010 1001101 111010 111010

Color Harmonies of #AFD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD254

Black with #AFD254

Text Example


Text Example

White with #AFD254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD254; }

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

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

background-color css

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

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

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

border-color css

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

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

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