Html Css Color HEX #9ADB64 Conifer

📋 copy color: '#9ADB64'

red 154 ◦ green 219 ◦ blue 100

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

Shades of Conifer #9ADB64

Tints of Conifer #9ADB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 32.56%
G = 46.3%
B = 21.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#9ADB64 (or 0x9ADB64) is known color: Conifer. HEX triplet: 9A, DB and 64. RGB value is (154,219,100). Sum of RGB (Red+Green+Blue) = 154+219+100=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB64 is #65249B. Grayscale: #BABABA. Windows color (decimal): -6628508 or 6609818. OLE color: 6609818.

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

Color convert

RGB 154 219 100 -
CMYK 0.30 0 0.54 0.14
HSL 92.77º 0.62% 0.63% -
HSV(B) 92.77º 0.54% 0.86% -
XYZ 40.96 58.45 21.18 -
YUV 186 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 154 219 100 0.30 0 0.54 0.14 92.77 0.62 0.63
Hex 9A DB 64 1E 0 36 E 5D 3E 3F
Octal 232 333 144 36 0 66 16 135 76 77
Binary 10011010 11011011 1100100 11110 0 110110 1110 1011101 111110 111111

Color Harmonies of #9ADB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB64

Black with #9ADB64

Text Example


Text Example

White with #9ADB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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