Html Css Color HEX #9BC512 Citrus

📋 copy color: '#9BC512'

red 155 ◦ green 197 ◦ blue 18

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

Shades of Citrus #9BC512

Tints of Citrus #9BC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.24%

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

R = 41.89%
G = 53.24%
B = 4.86%

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

#9BC512 (or 0x9BC512) is known color: Citrus. HEX triplet: 9B, C5 and 12. RGB value is (155,197,18). Sum of RGB (Red+Green+Blue) = 155+197+18=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC512 is #643AED. Grayscale: #A4A4A4. Windows color (decimal): -6568686 or 1230235. OLE color: 1230235.

HSL color Cylindrical-coordinate representation of color #9BC512: hue angle of 74.08º 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 #9BC512 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 18 -
CMYK 0.21 0 0.91 0.23
HSL 74.08º 0.83% 0.42% -
HSV(B) 74.08º 0.91% 0.77% -
XYZ 33.59 46.94 7.86 -
YUV 164.04 45.59 121.55 -
System Red Green Blue C M Y K H S L
Decimal 155 197 18 0.21 0 0.91 0.23 74.08 0.83 0.42
Hex 9B C5 12 15 0 5B 17 4A 53 2A
Octal 233 305 22 25 0 133 27 112 123 52
Binary 10011011 11000101 10010 10101 0 1011011 10111 1001010 1010011 101010

Color Harmonies of #9BC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC512

Black with #9BC512

Text Example


Text Example

White with #9BC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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