Html Css Color HEX #9AD664 Olivine

📋 copy color: '#9AD664'

red 154 ◦ green 214 ◦ blue 100

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

Shades of Olivine #9AD664

Tints of Olivine #9AD664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 32.91%
G = 45.73%
B = 21.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#9AD664 (or 0x9AD664) is known color: Olivine. HEX triplet: 9A, D6 and 64. RGB value is (154,214,100). Sum of RGB (Red+Green+Blue) = 154+214+100=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD664 is #65299B. Grayscale: #B7B7B7. Windows color (decimal): -6629788 or 6608538. OLE color: 6608538.

HSL color Cylindrical-coordinate representation of color #9AD664: hue angle of 91.58º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD664 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 100 -
CMYK 0.28 0 0.53 0.16
HSL 91.58º 0.58% 0.62% -
HSV(B) 91.58º 0.53% 0.84% -
XYZ 39.67 55.88 20.75 -
YUV 183.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 154 214 100 0.28 0 0.53 0.16 91.58 0.58 0.62
Hex 9A D6 64 1C 0 35 10 5C 3A 3E
Octal 232 326 144 34 0 65 20 134 72 76
Binary 10011010 11010110 1100100 11100 0 110101 10000 1011100 111010 111110

Color Harmonies of #9AD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD664

Black with #9AD664

Text Example


Text Example

White with #9AD664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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