Html Css Color HEX #9ABC00 Citrus

📋 copy color: '#9ABC00'

red 154 ◦ green 188 ◦ blue 0

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

Shades of Citrus #9ABC00

Tints of Citrus #9ABC00

RGB

 RED value IS 154 (60.55% from 255) = 45.03%

 GREEN value IS 188 (73.83% from 255) = 54.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.03%
G = 54.97%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#9ABC00 (or 0x9ABC00) is known color: Citrus. HEX triplet: 9A, BC and 00. RGB value is (154,188,0). Sum of RGB (Red+Green+Blue) = 154+188+0=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC00 is #6543FF. Grayscale: #9D9D9D. Windows color (decimal): -6636544 or 48282. OLE color: 48282.

HSL color Cylindrical-coordinate representation of color #9ABC00: hue angle of 70.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ABC00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 0 -
CMYK 0.18 0 1 0.26
HSL 70.85º 1% 0.37% -
HSV(B) 70.85º 1% 0.74% -
XYZ 31.31 42.84 6.62 -
YUV 156.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 154 188 0 0.18 0 1 0.26 70.85 1 0.37
Hex 9A BC 0 12 0 64 1A 47 64 25
Octal 232 274 0 22 0 144 32 107 144 45
Binary 10011010 10111100 0 10010 0 1100100 11010 1000111 1100100 100101

Color Harmonies of #9ABC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC00

Black with #9ABC00

Text Example


Text Example

White with #9ABC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,0); }

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

background-color css

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

 a { background-color: rgb(154,188,0); }

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

border-color css

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

 span { border-color: rgb(154,188,0); }

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