Html Css Color HEX #9ACC0A Citrus

📋 copy color: '#9ACC0A'

red 154 ◦ green 204 ◦ blue 10

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

Shades of Citrus #9ACC0A

Tints of Citrus #9ACC0A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

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

R = 41.85%
G = 55.43%
B = 2.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#9ACC0A (or 0x9ACC0A) is known color: Citrus. HEX triplet: 9A, CC and 0A. RGB value is (154,204,10). Sum of RGB (Red+Green+Blue) = 154+204+10=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACC0A is #6533F5. Grayscale: #A7A7A7. Windows color (decimal): -6632438 or 707738. OLE color: 707738.

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

Color convert

RGB 154 204 10 -
CMYK 0.25 0 0.95 0.2
HSL 75.46º 0.91% 0.42% -
HSV(B) 75.46º 0.95% 0.8% -
XYZ 34.97 50.08 8.11 -
YUV 166.93 39.44 118.77 -
System Red Green Blue C M Y K H S L
Decimal 154 204 10 0.25 0 0.95 0.2 75.46 0.91 0.42
Hex 9A CC A 19 0 5F 14 4B 5B 2A
Octal 232 314 12 31 0 137 24 113 133 52
Binary 10011010 11001100 1010 11001 0 1011111 10100 1001011 1011011 101010

Color Harmonies of #9ACC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC0A

Black with #9ACC0A

Text Example


Text Example

White with #9ACC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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