Html Css Color HEX #AFFF5E Conifer

📋 copy color: '#AFFF5E'

red 175 ◦ green 255 ◦ blue 94

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

Shades of Conifer #AFFF5E

Tints of Conifer #AFFF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 33.4%
G = 48.66%
B = 17.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#AFFF5E (or 0xAFFF5E) is known color: Conifer. HEX triplet: AF, FF and 5E. RGB value is (175,255,94). Sum of RGB (Red+Green+Blue) = 175+255+94=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF5E is #5000A1. Grayscale: #D5D5D5. Windows color (decimal): -5243042 or 6225839. OLE color: 6225839.

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

Color convert

RGB 175 255 94 -
CMYK 0.31 0 0.63 0
HSL 89.81º 1% 0.68% -
HSV(B) 89.81º 0.63% 1% -
XYZ 55.46 81.44 23.39 -
YUV 212.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 175 255 94 0.31 0 0.63 0 89.81 1 0.68
Hex AF FF 5E 1F 0 3F 0 5A 64 44
Octal 257 377 136 37 0 77 0 132 144 104
Binary 10101111 11111111 1011110 11111 0 111111 0 1011010 1100100 1000100

Color Harmonies of #AFFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF5E

Black with #AFFF5E

Text Example


Text Example

White with #AFFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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