Html Css Color HEX #9AC25C Olivine

📋 copy color: '#9AC25C'

red 154 ◦ green 194 ◦ blue 92

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

Shades of Olivine #9AC25C

Tints of Olivine #9AC25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 35%
G = 44.09%
B = 20.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#9AC25C (or 0x9AC25C) is known color: Olivine. HEX triplet: 9A, C2 and 5C. RGB value is (154,194,92). Sum of RGB (Red+Green+Blue) = 154+194+92=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC25C is #653DA3. Grayscale: #AAAAAA. Windows color (decimal): -6634916 or 6079130. OLE color: 6079130.

HSL color Cylindrical-coordinate representation of color #9AC25C: hue angle of 83.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AC25C is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 194 92 -
CMYK 0.21 0 0.53 0.24
HSL 83.53º 0.46% 0.56% -
HSV(B) 83.53º 0.53% 0.76% -
XYZ 34.55 46.23 17.23 -
YUV 170.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 154 194 92 0.21 0 0.53 0.24 83.53 0.46 0.56
Hex 9A C2 5C 15 0 35 18 54 2E 38
Octal 232 302 134 25 0 65 30 124 56 70
Binary 10011010 11000010 1011100 10101 0 110101 11000 1010100 101110 111000

Color Harmonies of #9AC25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC25C

Black with #9AC25C

Text Example


Text Example

White with #9AC25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,194,92); }

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

background-color css

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

 a { background-color: rgb(154,194,92); }

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

border-color css

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

 span { border-color: rgb(154,194,92); }

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