Html Css Color HEX #9ABA10 Citrus

📋 copy color: '#9ABA10'

red 154 ◦ green 186 ◦ blue 16

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

Shades of Citrus #9ABA10

Tints of Citrus #9ABA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.25%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 43.26%
G = 52.25%
B = 4.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#9ABA10 (or 0x9ABA10) is known color: Citrus. HEX triplet: 9A, BA and 10. RGB value is (154,186,16). Sum of RGB (Red+Green+Blue) = 154+186+16=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA10 is #6545EF. Grayscale: #9D9D9D. Windows color (decimal): -6637040 or 1096346. OLE color: 1096346.

HSL color Cylindrical-coordinate representation of color #9ABA10: hue angle of 71.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ABA10 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 186 16 -
CMYK 0.17 0 0.91 0.27
HSL 71.29º 0.84% 0.4% -
HSV(B) 71.29º 0.91% 0.73% -
XYZ 30.98 42.03 6.97 -
YUV 157.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 154 186 16 0.17 0 0.91 0.27 71.29 0.84 0.4
Hex 9A BA 10 11 0 5B 1B 47 54 28
Octal 232 272 20 21 0 133 33 107 124 50
Binary 10011010 10111010 10000 10001 0 1011011 11011 1000111 1010100 101000

Color Harmonies of #9ABA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA10

Black with #9ABA10

Text Example


Text Example

White with #9ABA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,16); }

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

background-color css

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

 a { background-color: rgb(154,186,16); }

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

border-color css

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

 span { border-color: rgb(154,186,16); }

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