Html Css Color HEX #ADFF60 Conifer

📋 copy color: '#ADFF60'

red 173 ◦ green 255 ◦ blue 96

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

Shades of Conifer #ADFF60

Tints of Conifer #ADFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 33.02%
G = 48.66%
B = 18.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#ADFF60 (or 0xADFF60) is known color: Conifer. HEX triplet: AD, FF and 60. RGB value is (173,255,96). Sum of RGB (Red+Green+Blue) = 173+255+96=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF60 is #52009F. Grayscale: #D4D4D4. Windows color (decimal): -5374112 or 6356909. OLE color: 6356909.

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

Color convert

RGB 173 255 96 -
CMYK 0.32 0 0.62 0
HSL 90.94º 1% 0.69% -
HSV(B) 90.94º 0.62% 1% -
XYZ 55.1 81.25 23.84 -
YUV 212.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 173 255 96 0.32 0 0.62 0 90.94 1 0.69
Hex AD FF 60 20 0 3E 0 5B 64 45
Octal 255 377 140 40 0 76 0 133 144 105
Binary 10101101 11111111 1100000 100000 0 111110 0 1011011 1100100 1000101

Color Harmonies of #ADFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF60

Black with #ADFF60

Text Example


Text Example

White with #ADFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF60; }

 p { color: rgb(173,255,96); }

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

background-color css

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

 a { background-color: rgb(173,255,96); }

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

border-color css

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

 span { border-color: rgb(173,255,96); }

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