Html Css Color HEX #9AB614 Citrus

📋 copy color: '#9AB614'

red 154 ◦ green 182 ◦ blue 20

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

Shades of Citrus #9AB614

Tints of Citrus #9AB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

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

R = 43.26%
G = 51.12%
B = 5.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9AB614 (or 0x9AB614) is known color: Citrus. HEX triplet: 9A, B6 and 14. RGB value is (154,182,20). Sum of RGB (Red+Green+Blue) = 154+182+20=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB614 is #6549EB. Grayscale: #9B9B9B. Windows color (decimal): -6638060 or 1357466. OLE color: 1357466.

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

Color convert

RGB 154 182 20 -
CMYK 0.15 0 0.89 0.29
HSL 70.37º 0.8% 0.4% -
HSV(B) 70.37º 0.89% 0.71% -
XYZ 30.18 40.38 6.86 -
YUV 155.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 154 182 20 0.15 0 0.89 0.29 70.37 0.8 0.4
Hex 9A B6 14 F 0 59 1D 46 50 28
Octal 232 266 24 17 0 131 35 106 120 50
Binary 10011010 10110110 10100 1111 0 1011001 11101 1000110 1010000 101000

Color Harmonies of #9AB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB614

Black with #9AB614

Text Example


Text Example

White with #9AB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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