Html Css Color HEX #ADFD5E Conifer

📋 copy color: '#ADFD5E'

red 173 ◦ green 253 ◦ blue 94

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

Shades of Conifer #ADFD5E

Tints of Conifer #ADFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.65%

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

R = 33.27%
G = 48.65%
B = 18.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#ADFD5E (or 0xADFD5E) is known color: Conifer. HEX triplet: AD, FD and 5E. RGB value is (173,253,94). Sum of RGB (Red+Green+Blue) = 173+253+94=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5E is #5202A1. Grayscale: #D3D3D3. Windows color (decimal): -5374626 or 6225325. OLE color: 6225325.

HSL color Cylindrical-coordinate representation of color #ADFD5E: hue angle of 90.19º degrees, saturation: 0.98, 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 #ADFD5E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 94 -
CMYK 0.32 0 0.63 0.01
HSL 90.19º 0.98% 0.68% -
HSV(B) 90.19º 0.63% 0.99% -
XYZ 54.38 79.94 23.15 -
YUV 210.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 173 253 94 0.32 0 0.63 0.01 90.19 0.98 0.68
Hex AD FD 5E 20 0 3F 1 5A 62 44
Octal 255 375 136 40 0 77 1 132 142 104
Binary 10101101 11111101 1011110 100000 0 111111 1 1011010 1100010 1000100

Color Harmonies of #ADFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD5E

Black with #ADFD5E

Text Example


Text Example

White with #ADFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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