Html Css Color HEX #9AB310 Citrus

📋 copy color: '#9AB310'

red 154 ◦ green 179 ◦ blue 16

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

Shades of Citrus #9AB310

Tints of Citrus #9AB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.29%

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

R = 44.13%
G = 51.29%
B = 4.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#9AB310 (or 0x9AB310) is known color: Citrus. HEX triplet: 9A, B3 and 10. RGB value is (154,179,16). Sum of RGB (Red+Green+Blue) = 154+179+16=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB310 is #654CEF. Grayscale: #999999. Windows color (decimal): -6638832 or 1094554. OLE color: 1094554.

HSL color Cylindrical-coordinate representation of color #9AB310: hue angle of 69.2º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AB310 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 16 -
CMYK 0.14 0 0.91 0.30
HSL 69.2º 0.84% 0.38% -
HSV(B) 69.2º 0.91% 0.7% -
XYZ 29.54 39.15 6.49 -
YUV 152.94 50.72 128.75 -
System Red Green Blue C M Y K H S L
Decimal 154 179 16 0.14 0 0.91 0.30 69.2 0.84 0.38
Hex 9A B3 10 E 0 5B 1E 45 54 26
Octal 232 263 20 16 0 133 36 105 124 46
Binary 10011010 10110011 10000 1110 0 1011011 11110 1000101 1010100 100110

Color Harmonies of #9AB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB310

Black with #9AB310

Text Example


Text Example

White with #9AB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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