Html Css Color HEX #9AC40E Citrus

📋 copy color: '#9AC40E'

red 154 ◦ green 196 ◦ blue 14

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

Shades of Citrus #9AC40E

Tints of Citrus #9AC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.85%

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

R = 42.31%
G = 53.85%
B = 3.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#9AC40E (or 0x9AC40E) is known color: Citrus. HEX triplet: 9A, C4 and 0E. RGB value is (154,196,14). Sum of RGB (Red+Green+Blue) = 154+196+14=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC40E is #653BF1. Grayscale: #A3A3A3. Windows color (decimal): -6634482 or 967834. OLE color: 967834.

HSL color Cylindrical-coordinate representation of color #9AC40E: hue angle of 73.85º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AC40E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 196 14 -
CMYK 0.21 0 0.93 0.23
HSL 73.85º 0.87% 0.41% -
HSV(B) 73.85º 0.93% 0.77% -
XYZ 33.15 46.38 7.62 -
YUV 162.69 44.09 121.8 -
System Red Green Blue C M Y K H S L
Decimal 154 196 14 0.21 0 0.93 0.23 73.85 0.87 0.41
Hex 9A C4 E 15 0 5D 17 4A 57 29
Octal 232 304 16 25 0 135 27 112 127 51
Binary 10011010 11000100 1110 10101 0 1011101 10111 1001010 1010111 101001

Color Harmonies of #9AC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC40E

Black with #9AC40E

Text Example


Text Example

White with #9AC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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