Html Css Color HEX #9ABC01 Citrus

📋 copy color: '#9ABC01'

red 154 ◦ green 188 ◦ blue 1

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

Shades of Citrus #9ABC01

Tints of Citrus #9ABC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.9%
G = 54.81%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9ABC01 (or 0x9ABC01) is known color: Citrus. HEX triplet: 9A, BC and 01. RGB value is (154,188,1). Sum of RGB (Red+Green+Blue) = 154+188+1=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC01 is #6543FE. Grayscale: #9D9D9D. Windows color (decimal): -6636543 or 113818. OLE color: 113818.

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

Color convert

RGB 154 188 1 -
CMYK 0.18 0 0.99 0.26
HSL 70.91º 0.99% 0.37% -
HSV(B) 70.91º 0.99% 0.74% -
XYZ 31.32 42.84 6.65 -
YUV 156.52 40.24 126.21 -
System Red Green Blue C M Y K H S L
Decimal 154 188 1 0.18 0 0.99 0.26 70.91 0.99 0.37
Hex 9A BC 1 12 0 63 1A 47 63 25
Octal 232 274 1 22 0 143 32 107 143 45
Binary 10011010 10111100 1 10010 0 1100011 11010 1000111 1100011 100101

Color Harmonies of #9ABC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC01

Black with #9ABC01

Text Example


Text Example

White with #9ABC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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