Html Css Color HEX #9AC601 Citrus

📋 copy color: '#9AC601'

red 154 ◦ green 198 ◦ blue 1

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

Shades of Citrus #9AC601

Tints of Citrus #9AC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

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

R = 43.63%
G = 56.09%
B = 0.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9AC601 (or 0x9AC601) is known color: Citrus. HEX triplet: 9A, C6 and 01. RGB value is (154,198,1). Sum of RGB (Red+Green+Blue) = 154+198+1=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC601 is #6539FE. Grayscale: #A3A3A3. Windows color (decimal): -6633983 or 116378. OLE color: 116378.

HSL color Cylindrical-coordinate representation of color #9AC601: hue angle of 73.4º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC601 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 198 1 -
CMYK 0.22 0 0.99 0.22
HSL 73.4º 0.99% 0.39% -
HSV(B) 73.4º 0.99% 0.78% -
XYZ 33.53 47.26 7.38 -
YUV 162.39 36.92 122.02 -
System Red Green Blue C M Y K H S L
Decimal 154 198 1 0.22 0 0.99 0.22 73.4 0.99 0.39
Hex 9A C6 1 16 0 63 16 49 63 27
Octal 232 306 1 26 0 143 26 111 143 47
Binary 10011010 11000110 1 10110 0 1100011 10110 1001001 1100011 100111

Color Harmonies of #9AC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC601

Black with #9AC601

Text Example


Text Example

White with #9AC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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