Html Css Color HEX #9AD05E Olivine

📋 copy color: '#9AD05E'

red 154 ◦ green 208 ◦ blue 94

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

Shades of Olivine #9AD05E

Tints of Olivine #9AD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 33.77%
G = 45.61%
B = 20.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#9AD05E (or 0x9AD05E) is known color: Olivine. HEX triplet: 9A, D0 and 5E. RGB value is (154,208,94). Sum of RGB (Red+Green+Blue) = 154+208+94=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD05E is #652FA1. Grayscale: #B3B3B3. Windows color (decimal): -6631330 or 6213786. OLE color: 6213786.

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

Color convert

RGB 154 208 94 -
CMYK 0.26 0 0.55 0.18
HSL 88.42º 0.55% 0.59% -
HSV(B) 88.42º 0.55% 0.82% -
XYZ 37.9 52.79 18.78 -
YUV 178.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 154 208 94 0.26 0 0.55 0.18 88.42 0.55 0.59
Hex 9A D0 5E 1A 0 37 12 58 37 3B
Octal 232 320 136 32 0 67 22 130 67 73
Binary 10011010 11010000 1011110 11010 0 110111 10010 1011000 110111 111011

Color Harmonies of #9AD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD05E

Black with #9AD05E

Text Example


Text Example

White with #9AD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,94); }

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

background-color css

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

 a { background-color: rgb(154,208,94); }

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

border-color css

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

 span { border-color: rgb(154,208,94); }

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