Html Css Color HEX #9ABC16 Citrus

📋 copy color: '#9ABC16'

red 154 ◦ green 188 ◦ blue 22

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

Shades of Citrus #9ABC16

Tints of Citrus #9ABC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 42.31%
G = 51.65%
B = 6.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#9ABC16 (or 0x9ABC16) is known color: Citrus. HEX triplet: 9A, BC and 16. RGB value is (154,188,22). Sum of RGB (Red+Green+Blue) = 154+188+22=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC16 is #6543E9. Grayscale: #9F9F9F. Windows color (decimal): -6636522 or 1490074. OLE color: 1490074.

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

Color convert

RGB 154 188 22 -
CMYK 0.18 0 0.88 0.26
HSL 72.29º 0.79% 0.41% -
HSV(B) 72.29º 0.88% 0.74% -
XYZ 31.45 42.89 7.38 -
YUV 158.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 154 188 22 0.18 0 0.88 0.26 72.29 0.79 0.41
Hex 9A BC 16 12 0 58 1A 48 4F 29
Octal 232 274 26 22 0 130 32 110 117 51
Binary 10011010 10111100 10110 10010 0 1011000 11010 1001000 1001111 101001

Color Harmonies of #9ABC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC16

Black with #9ABC16

Text Example


Text Example

White with #9ABC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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