Html Css Color HEX #9AD05F Olivine

📋 copy color: '#9AD05F'

red 154 ◦ green 208 ◦ blue 95

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

Shades of Olivine #9AD05F

Tints of Olivine #9AD05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 33.7%
G = 45.51%
B = 20.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#9AD05F (or 0x9AD05F) is known color: Olivine. HEX triplet: 9A, D0 and 5F. RGB value is (154,208,95). Sum of RGB (Red+Green+Blue) = 154+208+95=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD05F is #652FA0. Grayscale: #B3B3B3. Windows color (decimal): -6631329 or 6279322. OLE color: 6279322.

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

Color convert

RGB 154 208 95 -
CMYK 0.26 0 0.54 0.18
HSL 88.67º 0.55% 0.59% -
HSV(B) 88.67º 0.54% 0.82% -
XYZ 37.95 52.81 19.02 -
YUV 178.97 80.61 110.19 -
System Red Green Blue C M Y K H S L
Decimal 154 208 95 0.26 0 0.54 0.18 88.67 0.55 0.59
Hex 9A D0 5F 1A 0 36 12 59 37 3B
Octal 232 320 137 32 0 66 22 131 67 73
Binary 10011010 11010000 1011111 11010 0 110110 10010 1011001 110111 111011

Color Harmonies of #9AD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD05F

Black with #9AD05F

Text Example


Text Example

White with #9AD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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