Html Css Color HEX #9ABC02 Citrus

📋 copy color: '#9ABC02'

red 154 ◦ green 188 ◦ blue 2

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

Shades of Citrus #9ABC02

Tints of Citrus #9ABC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 44.77%
G = 54.65%
B = 0.58%

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

#9ABC02 (or 0x9ABC02) is known color: Citrus. HEX triplet: 9A, BC and 02. RGB value is (154,188,2). Sum of RGB (Red+Green+Blue) = 154+188+2=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC02 is #6543FD. Grayscale: #9D9D9D. Windows color (decimal): -6636542 or 179354. OLE color: 179354.

HSL color Cylindrical-coordinate representation of color #9ABC02: hue angle of 70.97º degrees, saturation: 0.98, 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 #9ABC02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 2 -
CMYK 0.18 0 0.99 0.26
HSL 70.97º 0.98% 0.37% -
HSV(B) 70.97º 0.99% 0.74% -
XYZ 31.32 42.84 6.68 -
YUV 156.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 154 188 2 0.18 0 0.99 0.26 70.97 0.98 0.37
Hex 9A BC 2 12 0 63 1A 47 62 25
Octal 232 274 2 22 0 143 32 107 142 45
Binary 10011010 10111100 10 10010 0 1100011 11010 1000111 1100010 100101

Color Harmonies of #9ABC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC02

Black with #9ABC02

Text Example


Text Example

White with #9ABC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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