Html Css Color HEX #9ABD12 Citrus

📋 copy color: '#9ABD12'

red 154 ◦ green 189 ◦ blue 18

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

Shades of Citrus #9ABD12

Tints of Citrus #9ABD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

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

R = 42.66%
G = 52.35%
B = 4.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#9ABD12 (or 0x9ABD12) is known color: Citrus. HEX triplet: 9A, BD and 12. RGB value is (154,189,18). Sum of RGB (Red+Green+Blue) = 154+189+18=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABD12 is #6542ED. Grayscale: #9F9F9F. Windows color (decimal): -6636270 or 1228186. OLE color: 1228186.

HSL color Cylindrical-coordinate representation of color #9ABD12: hue angle of 72.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ABD12 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 18 -
CMYK 0.19 0 0.90 0.26
HSL 72.28º 0.83% 0.41% -
HSV(B) 72.28º 0.9% 0.74% -
XYZ 31.63 43.31 7.26 -
YUV 159.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 154 189 18 0.19 0 0.90 0.26 72.28 0.83 0.41
Hex 9A BD 12 13 0 5A 1A 48 53 29
Octal 232 275 22 23 0 132 32 110 123 51
Binary 10011010 10111101 10010 10011 0 1011010 11010 1001000 1010011 101001

Color Harmonies of #9ABD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD12

Black with #9ABD12

Text Example


Text Example

White with #9ABD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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