Html Css Color HEX #9ACE00 Citrus

📋 copy color: '#9ACE00'

red 154 ◦ green 206 ◦ blue 0

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

Shades of Citrus #9ACE00

Tints of Citrus #9ACE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.78%
G = 57.22%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#9ACE00 (or 0x9ACE00) is known color: Citrus. HEX triplet: 9A, CE and 00. RGB value is (154,206,0). Sum of RGB (Red+Green+Blue) = 154+206+0=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACE00 is #6531FF. Grayscale: #A7A7A7. Windows color (decimal): -6631936 or 52890. OLE color: 52890.

HSL color Cylindrical-coordinate representation of color #9ACE00: hue angle of 75.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ACE00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 0 -
CMYK 0.25 0 1 0.19
HSL 75.15º 1% 0.4% -
HSV(B) 75.15º 1% 0.81% -
XYZ 35.4 51.01 7.98 -
YUV 166.97 33.77 118.75 -
System Red Green Blue C M Y K H S L
Decimal 154 206 0 0.25 0 1 0.19 75.15 1 0.4
Hex 9A CE 0 19 0 64 13 4B 64 28
Octal 232 316 0 31 0 144 23 113 144 50
Binary 10011010 11001110 0 11001 0 1100100 10011 1001011 1100100 101000

Color Harmonies of #9ACE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE00

Black with #9ACE00

Text Example


Text Example

White with #9ACE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,206,0); }

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

background-color css

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

 a { background-color: rgb(154,206,0); }

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

border-color css

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

 span { border-color: rgb(154,206,0); }

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