Html Css Color HEX #9ACE0A Citrus

📋 copy color: '#9ACE0A'

red 154 ◦ green 206 ◦ blue 10

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

Shades of Citrus #9ACE0A

Tints of Citrus #9ACE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 41.62%
G = 55.68%
B = 2.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#9ACE0A (or 0x9ACE0A) is known color: Citrus. HEX triplet: 9A, CE and 0A. RGB value is (154,206,10). Sum of RGB (Red+Green+Blue) = 154+206+10=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACE0A is #6531F5. Grayscale: #A8A8A8. Windows color (decimal): -6631926 or 708250. OLE color: 708250.

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

Color convert

RGB 154 206 10 -
CMYK 0.25 0 0.95 0.19
HSL 75.92º 0.91% 0.42% -
HSV(B) 75.92º 0.95% 0.81% -
XYZ 35.45 51.03 8.27 -
YUV 168.11 38.77 117.94 -
System Red Green Blue C M Y K H S L
Decimal 154 206 10 0.25 0 0.95 0.19 75.92 0.91 0.42
Hex 9A CE A 19 0 5F 13 4C 5B 2A
Octal 232 316 12 31 0 137 23 114 133 52
Binary 10011010 11001110 1010 11001 0 1011111 10011 1001100 1011011 101010

Color Harmonies of #9ACE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE0A

Black with #9ACE0A

Text Example


Text Example

White with #9ACE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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