Html Css Color HEX #ADFE5E Conifer

📋 copy color: '#ADFE5E'

red 173 ◦ green 254 ◦ blue 94

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

Shades of Conifer #ADFE5E

Tints of Conifer #ADFE5E

RGB

 RED value IS 173 (67.97% from 255) = 33.21%

 GREEN value IS 254 (99.61% from 255) = 48.75%

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

R = 33.21%
G = 48.75%
B = 18.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#ADFE5E (or 0xADFE5E) is known color: Conifer. HEX triplet: AD, FE and 5E. RGB value is (173,254,94). Sum of RGB (Red+Green+Blue) = 173+254+94=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE5E is #5201A1. Grayscale: #D4D4D4. Windows color (decimal): -5374370 or 6225581. OLE color: 6225581.

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

Color convert

RGB 173 254 94 -
CMYK 0.32 0 0.63 0.00
HSL 90.38º 0.99% 0.68% -
HSV(B) 90.38º 0.63% 1% -
XYZ 54.7 80.58 23.26 -
YUV 211.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 173 254 94 0.32 0 0.63 0.00 90.38 0.99 0.68
Hex AD FE 5E 20 0 3F 0 5A 63 44
Octal 255 376 136 40 0 77 0 132 143 104
Binary 10101101 11111110 1011110 100000 0 111111 0 1011010 1100011 1000100

Color Harmonies of #ADFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE5E

Black with #ADFE5E

Text Example


Text Example

White with #ADFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE5E; }

 p { color: rgb(173,254,94); }

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

background-color css

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

 a { background-color: rgb(173,254,94); }

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

border-color css

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

 span { border-color: rgb(173,254,94); }

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