Html Css Color HEX #9ABD14 Citrus

📋 copy color: '#9ABD14'

red 154 ◦ green 189 ◦ blue 20

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

Shades of Citrus #9ABD14

Tints of Citrus #9ABD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.07%

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

R = 42.42%
G = 52.07%
B = 5.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#9ABD14 (or 0x9ABD14) is known color: Citrus. HEX triplet: 9A, BD and 14. RGB value is (154,189,20). Sum of RGB (Red+Green+Blue) = 154+189+20=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABD14 is #6542EB. Grayscale: #9F9F9F. Windows color (decimal): -6636268 or 1359258. OLE color: 1359258.

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

Color convert

RGB 154 189 20 -
CMYK 0.19 0 0.89 0.26
HSL 72.43º 0.81% 0.41% -
HSV(B) 72.43º 0.89% 0.74% -
XYZ 31.65 43.32 7.35 -
YUV 159.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 154 189 20 0.19 0 0.89 0.26 72.43 0.81 0.41
Hex 9A BD 14 13 0 59 1A 48 51 29
Octal 232 275 24 23 0 131 32 110 121 51
Binary 10011010 10111101 10100 10011 0 1011001 11010 1001000 1010001 101001

Color Harmonies of #9ABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD14

Black with #9ABD14

Text Example


Text Example

White with #9ABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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