Html Css Color HEX #9BC412 Citrus

📋 copy color: '#9BC412'

red 155 ◦ green 196 ◦ blue 18

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

Shades of Citrus #9BC412

Tints of Citrus #9BC412

RGB

 RED value IS 155 (60.94% from 255) = 42.01%

 GREEN value IS 196 (76.95% from 255) = 53.12%

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

R = 42.01%
G = 53.12%
B = 4.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#9BC412 (or 0x9BC412) is known color: Citrus. HEX triplet: 9B, C4 and 12. RGB value is (155,196,18). Sum of RGB (Red+Green+Blue) = 155+196+18=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC412 is #643BED. Grayscale: #A4A4A4. Windows color (decimal): -6568942 or 1229979. OLE color: 1229979.

HSL color Cylindrical-coordinate representation of color #9BC412: hue angle of 73.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BC412 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 18 -
CMYK 0.21 0 0.91 0.23
HSL 73.82º 0.83% 0.42% -
HSV(B) 73.82º 0.91% 0.77% -
XYZ 33.37 46.49 7.79 -
YUV 163.45 45.92 121.97 -
System Red Green Blue C M Y K H S L
Decimal 155 196 18 0.21 0 0.91 0.23 73.82 0.83 0.42
Hex 9B C4 12 15 0 5B 17 4A 53 2A
Octal 233 304 22 25 0 133 27 112 123 52
Binary 10011011 11000100 10010 10101 0 1011011 10111 1001010 1010011 101010

Color Harmonies of #9BC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC412

Black with #9BC412

Text Example


Text Example

White with #9BC412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,18); }

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

background-color css

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

 a { background-color: rgb(155,196,18); }

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

border-color css

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

 span { border-color: rgb(155,196,18); }

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