Html Css Color HEX #9AC301 Citrus

📋 copy color: '#9AC301'

red 154 ◦ green 195 ◦ blue 1

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

Shades of Citrus #9AC301

Tints of Citrus #9AC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44%
G = 55.71%
B = 0.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9AC301 (or 0x9AC301) is known color: Citrus. HEX triplet: 9A, C3 and 01. RGB value is (154,195,1). Sum of RGB (Red+Green+Blue) = 154+195+1=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC301 is #653CFE. Grayscale: #A1A1A1. Windows color (decimal): -6634751 or 115610. OLE color: 115610.

HSL color Cylindrical-coordinate representation of color #9AC301: hue angle of 72.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 195 1 -
CMYK 0.21 0 0.99 0.24
HSL 72.68º 0.99% 0.38% -
HSV(B) 72.68º 0.99% 0.76% -
XYZ 32.85 45.9 7.16 -
YUV 160.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 154 195 1 0.21 0 0.99 0.24 72.68 0.99 0.38
Hex 9A C3 1 15 0 63 18 49 63 26
Octal 232 303 1 25 0 143 30 111 143 46
Binary 10011010 11000011 1 10101 0 1100011 11000 1001001 1100011 100110

Color Harmonies of #9AC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC301

Black with #9AC301

Text Example


Text Example

White with #9AC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,1); }

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

background-color css

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

 a { background-color: rgb(154,195,1); }

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

border-color css

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

 span { border-color: rgb(154,195,1); }

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