Html Css Color HEX #AFFC5E Conifer

📋 copy color: '#AFFC5E'

red 175 ◦ green 252 ◦ blue 94

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

Shades of Conifer #AFFC5E

Tints of Conifer #AFFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

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

R = 33.59%
G = 48.37%
B = 18.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#AFFC5E (or 0xAFFC5E) is known color: Conifer. HEX triplet: AF, FC and 5E. RGB value is (175,252,94). Sum of RGB (Red+Green+Blue) = 175+252+94=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC5E is #5003A1. Grayscale: #D3D3D3. Windows color (decimal): -5243810 or 6225071. OLE color: 6225071.

HSL color Cylindrical-coordinate representation of color #AFFC5E: hue angle of 89.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFFC5E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 94 -
CMYK 0.31 0 0.63 0.01
HSL 89.24º 0.96% 0.68% -
HSV(B) 89.24º 0.63% 0.99% -
XYZ 54.51 79.54 23.07 -
YUV 210.97 61.99 102.35 -
System Red Green Blue C M Y K H S L
Decimal 175 252 94 0.31 0 0.63 0.01 89.24 0.96 0.68
Hex AF FC 5E 1F 0 3F 1 59 60 44
Octal 257 374 136 37 0 77 1 131 140 104
Binary 10101111 11111100 1011110 11111 0 111111 1 1011001 1100000 1000100

Color Harmonies of #AFFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC5E

Black with #AFFC5E

Text Example


Text Example

White with #AFFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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