Html Css Color HEX #9ABC0E Citrus

📋 copy color: '#9ABC0E'

red 154 ◦ green 188 ◦ blue 14

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

Shades of Citrus #9ABC0E

Tints of Citrus #9ABC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 43.26%
G = 52.81%
B = 3.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#9ABC0E (or 0x9ABC0E) is known color: Citrus. HEX triplet: 9A, BC and 0E. RGB value is (154,188,14). Sum of RGB (Red+Green+Blue) = 154+188+14=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC0E is #6543F1. Grayscale: #9E9E9E. Windows color (decimal): -6636530 or 965786. OLE color: 965786.

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

Color convert

RGB 154 188 14 -
CMYK 0.18 0 0.93 0.26
HSL 71.72º 0.86% 0.4% -
HSV(B) 71.72º 0.93% 0.74% -
XYZ 31.39 42.87 7.04 -
YUV 158 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 154 188 14 0.18 0 0.93 0.26 71.72 0.86 0.4
Hex 9A BC E 12 0 5D 1A 48 56 28
Octal 232 274 16 22 0 135 32 110 126 50
Binary 10011010 10111100 1110 10010 0 1011101 11010 1001000 1010110 101000

Color Harmonies of #9ABC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC0E

Black with #9ABC0E

Text Example


Text Example

White with #9ABC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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