Html Css Color HEX #9AC201 Citrus

📋 copy color: '#9AC201'

red 154 ◦ green 194 ◦ blue 1

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

Shades of Citrus #9AC201

Tints of Citrus #9AC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

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

R = 44.13%
G = 55.59%
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

#9AC201 (or 0x9AC201) is known color: Citrus. HEX triplet: 9A, C2 and 01. RGB value is (154,194,1). Sum of RGB (Red+Green+Blue) = 154+194+1=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC201 is #653DFE. Grayscale: #A0A0A0. Windows color (decimal): -6635007 or 115354. OLE color: 115354.

HSL color Cylindrical-coordinate representation of color #9AC201: hue angle of 72.44º 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 #9AC201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 194 1 -
CMYK 0.21 0 0.99 0.24
HSL 72.44º 0.99% 0.38% -
HSV(B) 72.44º 0.99% 0.76% -
XYZ 32.62 45.46 7.08 -
YUV 160.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 154 194 1 0.21 0 0.99 0.24 72.44 0.99 0.38
Hex 9A C2 1 15 0 63 18 48 63 26
Octal 232 302 1 25 0 143 30 110 143 46
Binary 10011010 11000010 1 10101 0 1100011 11000 1001000 1100011 100110

Color Harmonies of #9AC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC201

Black with #9AC201

Text Example


Text Example

White with #9AC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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