Html Css Color HEX #9BC00A Citrus

📋 copy color: '#9BC00A'

red 155 ◦ green 192 ◦ blue 10

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

Shades of Citrus #9BC00A

Tints of Citrus #9BC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 43.42%
G = 53.78%
B = 2.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#9BC00A (or 0x9BC00A) is known color: Citrus. HEX triplet: 9B, C0 and 0A. RGB value is (155,192,10). Sum of RGB (Red+Green+Blue) = 155+192+10=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC00A is #643FF5. Grayscale: #A0A0A0. Windows color (decimal): -6569974 or 704667. OLE color: 704667.

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

Color convert

RGB 155 192 10 -
CMYK 0.19 0 0.95 0.25
HSL 72.2º 0.9% 0.4% -
HSV(B) 72.2º 0.95% 0.75% -
XYZ 32.42 44.69 7.2 -
YUV 160.19 43.24 124.3 -
System Red Green Blue C M Y K H S L
Decimal 155 192 10 0.19 0 0.95 0.25 72.2 0.9 0.4
Hex 9B C0 A 13 0 5F 19 48 5A 28
Octal 233 300 12 23 0 137 31 110 132 50
Binary 10011011 11000000 1010 10011 0 1011111 11001 1001000 1011010 101000

Color Harmonies of #9BC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC00A

Black with #9BC00A

Text Example


Text Example

White with #9BC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,10); }

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

background-color css

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

 a { background-color: rgb(155,192,10); }

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

border-color css

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

 span { border-color: rgb(155,192,10); }

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