Html Css Color HEX #9CC25D Olivine

📋 copy color: '#9CC25D'

red 156 ◦ green 194 ◦ blue 93

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

Shades of Olivine #9CC25D

Tints of Olivine #9CC25D

RGB

 RED value IS 156 (61.33% from 255) = 35.21%

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 35.21%
G = 43.79%
B = 20.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#9CC25D (or 0x9CC25D) is known color: Olivine. HEX triplet: 9C, C2 and 5D. RGB value is (156,194,93). Sum of RGB (Red+Green+Blue) = 156+194+93=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC25D is #633DA2. Grayscale: #ABABAB. Windows color (decimal): -6503843 or 6144668. OLE color: 6144668.

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

Color convert

RGB 156 194 93 -
CMYK 0.20 0 0.52 0.24
HSL 82.57º 0.45% 0.56% -
HSV(B) 82.57º 0.52% 0.76% -
XYZ 34.98 46.44 17.48 -
YUV 171.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 156 194 93 0.20 0 0.52 0.24 82.57 0.45 0.56
Hex 9C C2 5D 14 0 34 18 53 2D 38
Octal 234 302 135 24 0 64 30 123 55 70
Binary 10011100 11000010 1011101 10100 0 110100 11000 1010011 101101 111000

Color Harmonies of #9CC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC25D

Black with #9CC25D

Text Example


Text Example

White with #9CC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,194,93); }

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

background-color css

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

 a { background-color: rgb(156,194,93); }

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

border-color css

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

 span { border-color: rgb(156,194,93); }

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