Html Css Color HEX #9AC004 Citrus

📋 copy color: '#9AC004'

red 154 ◦ green 192 ◦ blue 4

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

Shades of Citrus #9AC004

Tints of Citrus #9AC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 44%
G = 54.86%
B = 1.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#9AC004 (or 0x9AC004) is known color: Citrus. HEX triplet: 9A, C0 and 04. RGB value is (154,192,4). Sum of RGB (Red+Green+Blue) = 154+192+4=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC004 is #653FFB. Grayscale: #9F9F9F. Windows color (decimal): -6635516 or 311450. OLE color: 311450.

HSL color Cylindrical-coordinate representation of color #9AC004: hue angle of 72.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AC004 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 4 -
CMYK 0.20 0 0.98 0.25
HSL 72.13º 0.96% 0.38% -
HSV(B) 72.13º 0.98% 0.75% -
XYZ 32.2 44.58 7.02 -
YUV 159.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 154 192 4 0.20 0 0.98 0.25 72.13 0.96 0.38
Hex 9A C0 4 14 0 62 19 48 60 26
Octal 232 300 4 24 0 142 31 110 140 46
Binary 10011010 11000000 100 10100 0 1100010 11001 1001000 1100000 100110

Color Harmonies of #9AC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC004

Black with #9AC004

Text Example


Text Example

White with #9AC004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,4); }

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

background-color css

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

 a { background-color: rgb(154,192,4); }

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

border-color css

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

 span { border-color: rgb(154,192,4); }

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