Html Css Color HEX #9ABA14 Citrus

📋 copy color: '#9ABA14'

red 154 ◦ green 186 ◦ blue 20

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

Shades of Citrus #9ABA14

Tints of Citrus #9ABA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 42.78%
G = 51.67%
B = 5.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9ABA14 (or 0x9ABA14) is known color: Citrus. HEX triplet: 9A, BA and 14. RGB value is (154,186,20). Sum of RGB (Red+Green+Blue) = 154+186+20=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA14 is #6545EB. Grayscale: #9E9E9E. Windows color (decimal): -6637036 or 1358490. OLE color: 1358490.

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

Color convert

RGB 154 186 20 -
CMYK 0.17 0 0.89 0.27
HSL 71.57º 0.81% 0.4% -
HSV(B) 71.57º 0.89% 0.73% -
XYZ 31.01 42.04 7.14 -
YUV 157.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 154 186 20 0.17 0 0.89 0.27 71.57 0.81 0.4
Hex 9A BA 14 11 0 59 1B 48 51 28
Octal 232 272 24 21 0 131 33 110 121 50
Binary 10011010 10111010 10100 10001 0 1011001 11011 1001000 1010001 101000

Color Harmonies of #9ABA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA14

Black with #9ABA14

Text Example


Text Example

White with #9ABA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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