Html Css Color HEX #9ABF0C Citrus

📋 copy color: '#9ABF0C'

red 154 ◦ green 191 ◦ blue 12

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

Shades of Citrus #9ABF0C

Tints of Citrus #9ABF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 43.14%
G = 53.5%
B = 3.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#9ABF0C (or 0x9ABF0C) is known color: Citrus. HEX triplet: 9A, BF and 0C. RGB value is (154,191,12). Sum of RGB (Red+Green+Blue) = 154+191+12=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF0C is #6540F3. Grayscale: #A0A0A0. Windows color (decimal): -6635764 or 835482. OLE color: 835482.

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

Color convert

RGB 154 191 12 -
CMYK 0.19 0 0.94 0.25
HSL 72.4º 0.88% 0.4% -
HSV(B) 72.4º 0.94% 0.75% -
XYZ 32.02 44.16 7.18 -
YUV 159.53 44.74 124.05 -
System Red Green Blue C M Y K H S L
Decimal 154 191 12 0.19 0 0.94 0.25 72.4 0.88 0.4
Hex 9A BF C 13 0 5E 19 48 58 28
Octal 232 277 14 23 0 136 31 110 130 50
Binary 10011010 10111111 1100 10011 0 1011110 11001 1001000 1011000 101000

Color Harmonies of #9ABF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF0C

Black with #9ABF0C

Text Example


Text Example

White with #9ABF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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