Html Css Color HEX #9AD368 Olivine

📋 copy color: '#9AD368'

red 154 ◦ green 211 ◦ blue 104

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

Shades of Olivine #9AD368

Tints of Olivine #9AD368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 32.84%
G = 44.99%
B = 22.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#9AD368 (or 0x9AD368) is known color: Olivine. HEX triplet: 9A, D3 and 68. RGB value is (154,211,104). Sum of RGB (Red+Green+Blue) = 154+211+104=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD368 is #652C97. Grayscale: #B6B6B6. Windows color (decimal): -6630552 or 6869914. OLE color: 6869914.

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

Color convert

RGB 154 211 104 -
CMYK 0.27 0 0.51 0.17
HSL 91.96º 0.55% 0.62% -
HSV(B) 91.96º 0.51% 0.83% -
XYZ 39.12 54.46 21.55 -
YUV 181.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 154 211 104 0.27 0 0.51 0.17 91.96 0.55 0.62
Hex 9A D3 68 1B 0 33 11 5C 37 3E
Octal 232 323 150 33 0 63 21 134 67 76
Binary 10011010 11010011 1101000 11011 0 110011 10001 1011100 110111 111110

Color Harmonies of #9AD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD368

Black with #9AD368

Text Example


Text Example

White with #9AD368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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