Html Css Color HEX #AFD25C Conifer

📋 copy color: '#AFD25C'

red 175 ◦ green 210 ◦ blue 92

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

Shades of Conifer #AFD25C

Tints of Conifer #AFD25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 36.69%
G = 44.03%
B = 19.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#AFD25C (or 0xAFD25C) is known color: Conifer. HEX triplet: AF, D2 and 5C. RGB value is (175,210,92). Sum of RGB (Red+Green+Blue) = 175+210+92=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD25C is #502DA3. Grayscale: #BABABA. Windows color (decimal): -5254564 or 6083247. OLE color: 6083247.

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

Color convert

RGB 175 210 92 -
CMYK 0.17 0 0.56 0.18
HSL 77.8º 0.57% 0.59% -
HSV(B) 77.8º 0.56% 0.82% -
XYZ 42.66 55.98 18.68 -
YUV 186.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 175 210 92 0.17 0 0.56 0.18 77.8 0.57 0.59
Hex AF D2 5C 11 0 38 12 4E 39 3B
Octal 257 322 134 21 0 70 22 116 71 73
Binary 10101111 11010010 1011100 10001 0 111000 10010 1001110 111001 111011

Color Harmonies of #AFD25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD25C

Black with #AFD25C

Text Example


Text Example

White with #AFD25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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