Html Css Color HEX #9AD369 Olivine

📋 copy color: '#9AD369'

red 154 ◦ green 211 ◦ blue 105

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

Shades of Olivine #9AD369

Tints of Olivine #9AD369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 32.77%
G = 44.89%
B = 22.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#9AD369 (or 0x9AD369) is known color: Olivine. HEX triplet: 9A, D3 and 69. RGB value is (154,211,105). Sum of RGB (Red+Green+Blue) = 154+211+105=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD369 is #652C96. Grayscale: #B6B6B6. Windows color (decimal): -6630551 or 6935450. OLE color: 6935450.

HSL color Cylindrical-coordinate representation of color #9AD369: hue angle of 92.26º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AD369 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 211 105 -
CMYK 0.27 0 0.50 0.17
HSL 92.26º 0.55% 0.62% -
HSV(B) 92.26º 0.5% 0.83% -
XYZ 39.17 54.48 21.82 -
YUV 181.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 154 211 105 0.27 0 0.50 0.17 92.26 0.55 0.62
Hex 9A D3 69 1B 0 32 11 5C 37 3E
Octal 232 323 151 33 0 62 21 134 67 76
Binary 10011010 11010011 1101001 11011 0 110010 10001 1011100 110111 111110

Color Harmonies of #9AD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD369

Black with #9AD369

Text Example


Text Example

White with #9AD369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,211,105); }

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

background-color css

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

 a { background-color: rgb(154,211,105); }

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

border-color css

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

 span { border-color: rgb(154,211,105); }

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