Html Css Color HEX #9AB512 Citrus

📋 copy color: '#9AB512'

red 154 ◦ green 181 ◦ blue 18

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

Shades of Citrus #9AB512

Tints of Citrus #9AB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 43.63%
G = 51.27%
B = 5.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#9AB512 (or 0x9AB512) is known color: Citrus. HEX triplet: 9A, B5 and 12. RGB value is (154,181,18). Sum of RGB (Red+Green+Blue) = 154+181+18=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB512 is #654AED. Grayscale: #9A9A9A. Windows color (decimal): -6638318 or 1226138. OLE color: 1226138.

HSL color Cylindrical-coordinate representation of color #9AB512: hue angle of 69.94º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AB512 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 18 -
CMYK 0.15 0 0.90 0.29
HSL 69.94º 0.82% 0.39% -
HSV(B) 69.94º 0.9% 0.71% -
XYZ 29.96 39.96 6.71 -
YUV 154.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 154 181 18 0.15 0 0.90 0.29 69.94 0.82 0.39
Hex 9A B5 12 F 0 5A 1D 46 52 27
Octal 232 265 22 17 0 132 35 106 122 47
Binary 10011010 10110101 10010 1111 0 1011010 11101 1000110 1010010 100111

Color Harmonies of #9AB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB512

Black with #9AB512

Text Example


Text Example

White with #9AB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,18); }

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

background-color css

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

 a { background-color: rgb(154,181,18); }

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

border-color css

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

 span { border-color: rgb(154,181,18); }

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