Html Css Color HEX #9ADB60 Conifer

📋 copy color: '#9ADB60'

red 154 ◦ green 219 ◦ blue 96

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

Shades of Conifer #9ADB60

Tints of Conifer #9ADB60

RGB

 RED value IS 154 (60.55% from 255) = 32.84%

 GREEN value IS 219 (85.94% from 255) = 46.7%

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

R = 32.84%
G = 46.7%
B = 20.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#9ADB60 (or 0x9ADB60) is known color: Conifer. HEX triplet: 9A, DB and 60. RGB value is (154,219,96). Sum of RGB (Red+Green+Blue) = 154+219+96=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB60 is #65249F. Grayscale: #B9B9B9. Windows color (decimal): -6628512 or 6347674. OLE color: 6347674.

HSL color Cylindrical-coordinate representation of color #9ADB60: hue angle of 91.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ADB60 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 96 -
CMYK 0.30 0 0.56 0.14
HSL 91.71º 0.63% 0.62% -
HSV(B) 91.71º 0.56% 0.86% -
XYZ 40.77 58.38 20.19 -
YUV 185.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 154 219 96 0.30 0 0.56 0.14 91.71 0.63 0.62
Hex 9A DB 60 1E 0 38 E 5C 3F 3E
Octal 232 333 140 36 0 70 16 134 77 76
Binary 10011010 11011011 1100000 11110 0 111000 1110 1011100 111111 111110

Color Harmonies of #9ADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB60

Black with #9ADB60

Text Example


Text Example

White with #9ADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADB60; }

 p { color: rgb(154,219,96); }

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

background-color css

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

 a { background-color: rgb(154,219,96); }

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

border-color css

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

 span { border-color: rgb(154,219,96); }

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