Html Css Color HEX #AFDC5F Conifer

📋 copy color: '#AFDC5F'

red 175 ◦ green 220 ◦ blue 95

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

Shades of Conifer #AFDC5F

Tints of Conifer #AFDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 35.71%
G = 44.9%
B = 19.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#AFDC5F (or 0xAFDC5F) is known color: Conifer. HEX triplet: AF, DC and 5F. RGB value is (175,220,95). Sum of RGB (Red+Green+Blue) = 175+220+95=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC5F is #5023A0. Grayscale: #C0C0C0. Windows color (decimal): -5252001 or 6282415. OLE color: 6282415.

HSL color Cylindrical-coordinate representation of color #AFDC5F: hue angle of 81.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFDC5F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 95 -
CMYK 0.20 0 0.57 0.14
HSL 81.6º 0.64% 0.62% -
HSV(B) 81.6º 0.57% 0.86% -
XYZ 45.34 61.13 20.24 -
YUV 192.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 175 220 95 0.20 0 0.57 0.14 81.6 0.64 0.62
Hex AF DC 5F 14 0 39 E 52 40 3E
Octal 257 334 137 24 0 71 16 122 100 76
Binary 10101111 11011100 1011111 10100 0 111001 1110 1010010 1000000 111110

Color Harmonies of #AFDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC5F

Black with #AFDC5F

Text Example


Text Example

White with #AFDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC5F; }

 p { color: rgb(175,220,95); }

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

background-color css

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

 a { background-color: rgb(175,220,95); }

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

border-color css

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

 span { border-color: rgb(175,220,95); }

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