Html Css Color HEX #9ABF0E Citrus

📋 copy color: '#9ABF0E'

red 154 ◦ green 191 ◦ blue 14

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

Shades of Citrus #9ABF0E

Tints of Citrus #9ABF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 53.2%

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

R = 42.9%
G = 53.2%
B = 3.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#9ABF0E (or 0x9ABF0E) is known color: Citrus. HEX triplet: 9A, BF and 0E. RGB value is (154,191,14). Sum of RGB (Red+Green+Blue) = 154+191+14=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF0E is #6540F1. Grayscale: #A0A0A0. Windows color (decimal): -6635762 or 966554. OLE color: 966554.

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

Color convert

RGB 154 191 14 -
CMYK 0.19 0 0.93 0.25
HSL 72.54º 0.86% 0.4% -
HSV(B) 72.54º 0.93% 0.75% -
XYZ 32.04 44.16 7.25 -
YUV 159.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 154 191 14 0.19 0 0.93 0.25 72.54 0.86 0.4
Hex 9A BF E 13 0 5D 19 49 56 28
Octal 232 277 16 23 0 135 31 111 126 50
Binary 10011010 10111111 1110 10011 0 1011101 11001 1001001 1010110 101000

Color Harmonies of #9ABF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF0E

Black with #9ABF0E

Text Example


Text Example

White with #9ABF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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