Html Css Color HEX #9CC012 Citrus

📋 copy color: '#9CC012'

red 156 ◦ green 192 ◦ blue 18

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

Shades of Citrus #9CC012

Tints of Citrus #9CC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 42.62%
G = 52.46%
B = 4.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#9CC012 (or 0x9CC012) is known color: Citrus. HEX triplet: 9C, C0 and 12. RGB value is (156,192,18). Sum of RGB (Red+Green+Blue) = 156+192+18=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC012 is #633FED. Grayscale: #A2A2A2. Windows color (decimal): -6504430 or 1228956. OLE color: 1228956.

HSL color Cylindrical-coordinate representation of color #9CC012: hue angle of 72.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CC012 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 18 -
CMYK 0.19 0 0.91 0.25
HSL 72.41º 0.83% 0.41% -
HSV(B) 72.41º 0.91% 0.75% -
XYZ 32.67 44.81 7.5 -
YUV 161.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 156 192 18 0.19 0 0.91 0.25 72.41 0.83 0.41
Hex 9C C0 12 13 0 5B 19 48 53 29
Octal 234 300 22 23 0 133 31 110 123 51
Binary 10011100 11000000 10010 10011 0 1011011 11001 1001000 1010011 101001

Color Harmonies of #9CC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC012

Black with #9CC012

Text Example


Text Example

White with #9CC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,18); }

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

background-color css

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

 a { background-color: rgb(156,192,18); }

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

border-color css

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

 span { border-color: rgb(156,192,18); }

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