Html Css Color HEX #9AD264 Olivine

📋 copy color: '#9AD264'

red 154 ◦ green 210 ◦ blue 100

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

Shades of Olivine #9AD264

Tints of Olivine #9AD264

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 33.19%
G = 45.26%
B = 21.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#9AD264 (or 0x9AD264) is known color: Olivine. HEX triplet: 9A, D2 and 64. RGB value is (154,210,100). Sum of RGB (Red+Green+Blue) = 154+210+100=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD264 is #652D9B. Grayscale: #B5B5B5. Windows color (decimal): -6630812 or 6607514. OLE color: 6607514.

HSL color Cylindrical-coordinate representation of color #9AD264: hue angle of 90.55º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AD264 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 210 100 -
CMYK 0.27 0 0.52 0.18
HSL 90.55º 0.55% 0.61% -
HSV(B) 90.55º 0.52% 0.82% -
XYZ 38.67 53.88 20.42 -
YUV 180.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 154 210 100 0.27 0 0.52 0.18 90.55 0.55 0.61
Hex 9A D2 64 1B 0 34 12 5B 37 3D
Octal 232 322 144 33 0 64 22 133 67 75
Binary 10011010 11010010 1100100 11011 0 110100 10010 1011011 110111 111101

Color Harmonies of #9AD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD264

Black with #9AD264

Text Example


Text Example

White with #9AD264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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