Html Css Color HEX #9AC85A Olivine

📋 copy color: '#9AC85A'

red 154 ◦ green 200 ◦ blue 90

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

Shades of Olivine #9AC85A

Tints of Olivine #9AC85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 34.68%
G = 45.05%
B = 20.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#9AC85A (or 0x9AC85A) is known color: Olivine. HEX triplet: 9A, C8 and 5A. RGB value is (154,200,90). Sum of RGB (Red+Green+Blue) = 154+200+90=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC85A is #6537A5. Grayscale: #AEAEAE. Windows color (decimal): -6633382 or 5949594. OLE color: 5949594.

HSL color Cylindrical-coordinate representation of color #9AC85A: hue angle of 85.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AC85A is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 200 90 -
CMYK 0.23 0 0.55 0.22
HSL 85.09º 0.5% 0.57% -
HSV(B) 85.09º 0.55% 0.78% -
XYZ 35.83 48.92 17.23 -
YUV 173.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 154 200 90 0.23 0 0.55 0.22 85.09 0.5 0.57
Hex 9A C8 5A 17 0 37 16 55 32 39
Octal 232 310 132 27 0 67 26 125 62 71
Binary 10011010 11001000 1011010 10111 0 110111 10110 1010101 110010 111001

Color Harmonies of #9AC85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC85A

Black with #9AC85A

Text Example


Text Example

White with #9AC85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,200,90); }

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

background-color css

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

 a { background-color: rgb(154,200,90); }

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

border-color css

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

 span { border-color: rgb(154,200,90); }

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