Html Css Color HEX #AFDC5E Conifer

📋 copy color: '#AFDC5E'

red 175 ◦ green 220 ◦ blue 94

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

Shades of Conifer #AFDC5E

Tints of Conifer #AFDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 35.79%
G = 44.99%
B = 19.22%

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

#AFDC5E (or 0xAFDC5E) is known color: Conifer. HEX triplet: AF, DC and 5E. RGB value is (175,220,94). Sum of RGB (Red+Green+Blue) = 175+220+94=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC5E is #5023A1. Grayscale: #C0C0C0. Windows color (decimal): -5252002 or 6216879. OLE color: 6216879.

HSL color Cylindrical-coordinate representation of color #AFDC5E: hue angle of 81.43º 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 #AFDC5E is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 94 -
CMYK 0.20 0 0.57 0.14
HSL 81.43º 0.64% 0.62% -
HSV(B) 81.43º 0.57% 0.86% -
XYZ 45.29 61.11 20 -
YUV 192.18 72.59 115.75 -
System Red Green Blue C M Y K H S L
Decimal 175 220 94 0.20 0 0.57 0.14 81.43 0.64 0.62
Hex AF DC 5E 14 0 39 E 51 40 3E
Octal 257 334 136 24 0 71 16 121 100 76
Binary 10101111 11011100 1011110 10100 0 111001 1110 1010001 1000000 111110

Color Harmonies of #AFDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC5E

Black with #AFDC5E

Text Example


Text Example

White with #AFDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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