Html Css Color HEX #9ABD10 Citrus

📋 copy color: '#9ABD10'

red 154 ◦ green 189 ◦ blue 16

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

Shades of Citrus #9ABD10

Tints of Citrus #9ABD10

RGB

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

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

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

R = 42.9%
G = 52.65%
B = 4.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#9ABD10 (or 0x9ABD10) is known color: Citrus. HEX triplet: 9A, BD and 10. RGB value is (154,189,16). Sum of RGB (Red+Green+Blue) = 154+189+16=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABD10 is #6542EF. Grayscale: #9F9F9F. Windows color (decimal): -6636272 or 1097114. OLE color: 1097114.

HSL color Cylindrical-coordinate representation of color #9ABD10: hue angle of 72.14º degrees, saturation: 0.84, 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 #9ABD10 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 16 -
CMYK 0.19 0 0.92 0.26
HSL 72.14º 0.84% 0.4% -
HSV(B) 72.14º 0.92% 0.74% -
XYZ 31.62 43.3 7.18 -
YUV 158.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 154 189 16 0.19 0 0.92 0.26 72.14 0.84 0.4
Hex 9A BD 10 13 0 5C 1A 48 54 28
Octal 232 275 20 23 0 134 32 110 124 50
Binary 10011010 10111101 10000 10011 0 1011100 11010 1001000 1010100 101000

Color Harmonies of #9ABD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD10

Black with #9ABD10

Text Example


Text Example

White with #9ABD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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