Html Css Color HEX #9AB414 Citrus

📋 copy color: '#9AB414'

red 154 ◦ green 180 ◦ blue 20

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

Shades of Citrus #9AB414

Tints of Citrus #9AB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 43.5%
G = 50.85%
B = 5.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9AB414 (or 0x9AB414) is known color: Citrus. HEX triplet: 9A, B4 and 14. RGB value is (154,180,20). Sum of RGB (Red+Green+Blue) = 154+180+20=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB414 is #654BEB. Grayscale: #9A9A9A. Windows color (decimal): -6638572 or 1356954. OLE color: 1356954.

HSL color Cylindrical-coordinate representation of color #9AB414: hue angle of 69.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AB414 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 20 -
CMYK 0.14 0 0.89 0.29
HSL 69.75º 0.8% 0.39% -
HSV(B) 69.75º 0.89% 0.71% -
XYZ 29.77 39.56 6.73 -
YUV 153.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 154 180 20 0.14 0 0.89 0.29 69.75 0.8 0.39
Hex 9A B4 14 E 0 59 1D 46 50 27
Octal 232 264 24 16 0 131 35 106 120 47
Binary 10011010 10110100 10100 1110 0 1011001 11101 1000110 1010000 100111

Color Harmonies of #9AB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB414

Black with #9AB414

Text Example


Text Example

White with #9AB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,20); }

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

background-color css

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

 a { background-color: rgb(154,180,20); }

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

border-color css

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

 span { border-color: rgb(154,180,20); }

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