Html Css Color HEX #ADFD5A Conifer

📋 copy color: '#ADFD5A'

red 173 ◦ green 253 ◦ blue 90

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

Shades of Conifer #ADFD5A

Tints of Conifer #ADFD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 33.53%
G = 49.03%
B = 17.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#ADFD5A (or 0xADFD5A) is known color: Conifer. HEX triplet: AD, FD and 5A. RGB value is (173,253,90). Sum of RGB (Red+Green+Blue) = 173+253+90=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5A is #5202A5. Grayscale: #D3D3D3. Windows color (decimal): -5374630 or 5963181. OLE color: 5963181.

HSL color Cylindrical-coordinate representation of color #ADFD5A: hue angle of 89.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFD5A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 90 -
CMYK 0.32 0 0.64 0.01
HSL 89.45º 0.98% 0.67% -
HSV(B) 89.45º 0.64% 0.99% -
XYZ 54.2 79.87 22.23 -
YUV 210.5 60 101.25 -
System Red Green Blue C M Y K H S L
Decimal 173 253 90 0.32 0 0.64 0.01 89.45 0.98 0.67
Hex AD FD 5A 20 0 40 1 59 62 43
Octal 255 375 132 40 0 100 1 131 142 103
Binary 10101101 11111101 1011010 100000 0 1000000 1 1011001 1100010 1000011

Color Harmonies of #ADFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD5A

Black with #ADFD5A

Text Example


Text Example

White with #ADFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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