Html Css Color HEX #9AC268 Olivine

📋 copy color: '#9AC268'

red 154 ◦ green 194 ◦ blue 104

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

Shades of Olivine #9AC268

Tints of Olivine #9AC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 34.07%
G = 42.92%
B = 23.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9AC268 (or 0x9AC268) is known color: Olivine. HEX triplet: 9A, C2 and 68. RGB value is (154,194,104). Sum of RGB (Red+Green+Blue) = 154+194+104=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC268 is #653D97. Grayscale: #ACACAC. Windows color (decimal): -6634904 or 6865562. OLE color: 6865562.

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

Color convert

RGB 154 194 104 -
CMYK 0.21 0 0.46 0.24
HSL 86.67º 0.42% 0.58% -
HSV(B) 86.67º 0.46% 0.76% -
XYZ 35.12 46.45 20.21 -
YUV 171.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 154 194 104 0.21 0 0.46 0.24 86.67 0.42 0.58
Hex 9A C2 68 15 0 2E 18 57 2A 3A
Octal 232 302 150 25 0 56 30 127 52 72
Binary 10011010 11000010 1101000 10101 0 101110 11000 1010111 101010 111010

Color Harmonies of #9AC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC268

Black with #9AC268

Text Example


Text Example

White with #9AC268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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