Html Css Color HEX #9ADB61 Conifer

📋 copy color: '#9ADB61'

red 154 ◦ green 219 ◦ blue 97

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

Shades of Conifer #9ADB61

Tints of Conifer #9ADB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 32.77%
G = 46.6%
B = 20.64%

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

#9ADB61 (or 0x9ADB61) is known color: Conifer. HEX triplet: 9A, DB and 61. RGB value is (154,219,97). Sum of RGB (Red+Green+Blue) = 154+219+97=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB61 is #65249E. Grayscale: #BABABA. Windows color (decimal): -6628511 or 6413210. OLE color: 6413210.

HSL color Cylindrical-coordinate representation of color #9ADB61: hue angle of 91.97º 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 #9ADB61 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 97 -
CMYK 0.30 0 0.56 0.14
HSL 91.97º 0.63% 0.62% -
HSV(B) 91.97º 0.56% 0.86% -
XYZ 40.82 58.4 20.43 -
YUV 185.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 154 219 97 0.30 0 0.56 0.14 91.97 0.63 0.62
Hex 9A DB 61 1E 0 38 E 5C 3F 3E
Octal 232 333 141 36 0 70 16 134 77 76
Binary 10011010 11011011 1100001 11110 0 111000 1110 1011100 111111 111110

Color Harmonies of #9ADB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB61

Black with #9ADB61

Text Example


Text Example

White with #9ADB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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