Html Css Color HEX #9ABF10 Citrus

📋 copy color: '#9ABF10'

red 154 ◦ green 191 ◦ blue 16

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

Shades of Citrus #9ABF10

Tints of Citrus #9ABF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 42.66%
G = 52.91%
B = 4.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#9ABF10 (or 0x9ABF10) is known color: Citrus. HEX triplet: 9A, BF and 10. RGB value is (154,191,16). Sum of RGB (Red+Green+Blue) = 154+191+16=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF10 is #6540EF. Grayscale: #A0A0A0. Windows color (decimal): -6635760 or 1097626. OLE color: 1097626.

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

Color convert

RGB 154 191 16 -
CMYK 0.19 0 0.92 0.25
HSL 72.69º 0.85% 0.41% -
HSV(B) 72.69º 0.92% 0.75% -
XYZ 32.05 44.17 7.33 -
YUV 159.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 154 191 16 0.19 0 0.92 0.25 72.69 0.85 0.41
Hex 9A BF 10 13 0 5C 19 49 55 29
Octal 232 277 20 23 0 134 31 111 125 51
Binary 10011010 10111111 10000 10011 0 1011100 11001 1001001 1010101 101001

Color Harmonies of #9ABF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF10

Black with #9ABF10

Text Example


Text Example

White with #9ABF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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