Html Css Color HEX #9ABC14 Citrus

📋 copy color: '#9ABC14'

red 154 ◦ green 188 ◦ blue 20

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

Shades of Citrus #9ABC14

Tints of Citrus #9ABC14

RGB

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

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

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

R = 42.54%
G = 51.93%
B = 5.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#9ABC14 (or 0x9ABC14) is known color: Citrus. HEX triplet: 9A, BC and 14. RGB value is (154,188,20). Sum of RGB (Red+Green+Blue) = 154+188+20=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC14 is #6543EB. Grayscale: #9F9F9F. Windows color (decimal): -6636524 or 1359002. OLE color: 1359002.

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

Color convert

RGB 154 188 20 -
CMYK 0.18 0 0.89 0.26
HSL 72.14º 0.81% 0.41% -
HSV(B) 72.14º 0.89% 0.74% -
XYZ 31.44 42.89 7.28 -
YUV 158.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 154 188 20 0.18 0 0.89 0.26 72.14 0.81 0.41
Hex 9A BC 14 12 0 59 1A 48 51 29
Octal 232 274 24 22 0 131 32 110 121 51
Binary 10011010 10111100 10100 10010 0 1011001 11010 1001000 1010001 101001

Color Harmonies of #9ABC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC14

Black with #9ABC14

Text Example


Text Example

White with #9ABC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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