Html Css Color HEX #9ABC0F Citrus

📋 copy color: '#9ABC0F'

red 154 ◦ green 188 ◦ blue 15

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

Shades of Citrus #9ABC0F

Tints of Citrus #9ABC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 43.14%
G = 52.66%
B = 4.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#9ABC0F (or 0x9ABC0F) is known color: Citrus. HEX triplet: 9A, BC and 0F. RGB value is (154,188,15). Sum of RGB (Red+Green+Blue) = 154+188+15=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC0F is #6543F0. Grayscale: #9E9E9E. Windows color (decimal): -6636529 or 1031322. OLE color: 1031322.

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

Color convert

RGB 154 188 15 -
CMYK 0.18 0 0.92 0.26
HSL 71.79º 0.85% 0.4% -
HSV(B) 71.79º 0.92% 0.74% -
XYZ 31.4 42.87 7.07 -
YUV 158.11 47.24 125.07 -
System Red Green Blue C M Y K H S L
Decimal 154 188 15 0.18 0 0.92 0.26 71.79 0.85 0.4
Hex 9A BC F 12 0 5C 1A 48 55 28
Octal 232 274 17 22 0 134 32 110 125 50
Binary 10011010 10111100 1111 10010 0 1011100 11010 1001000 1010101 101000

Color Harmonies of #9ABC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC0F

Black with #9ABC0F

Text Example


Text Example

White with #9ABC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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