Html Css Color HEX #A4C90C Citrus

📋 copy color: '#A4C90C'

red 164 ◦ green 201 ◦ blue 12

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

Shades of Citrus #A4C90C

Tints of Citrus #A4C90C

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

 GREEN value IS 201 (78.91% from 255) = 53.32%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 43.5%
G = 53.32%
B = 3.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#A4C90C (or 0xA4C90C) is known color: Citrus. HEX triplet: A4, C9 and 0C. RGB value is (164,201,12). Sum of RGB (Red+Green+Blue) = 164+201+12=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C90C is #5B36F3. Grayscale: #A9A9A9. Windows color (decimal): -5977844 or 838052. OLE color: 838052.

HSL color Cylindrical-coordinate representation of color #A4C90C: hue angle of 71.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C90C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 201 12 -
CMYK 0.18 0 0.94 0.21
HSL 71.75º 0.89% 0.42% -
HSV(B) 71.75º 0.94% 0.79% -
XYZ 36.26 49.69 8.03 -
YUV 168.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 164 201 12 0.18 0 0.94 0.21 71.75 0.89 0.42
Hex A4 C9 C 12 0 5E 15 48 59 2A
Octal 244 311 14 22 0 136 25 110 131 52
Binary 10100100 11001001 1100 10010 0 1011110 10101 1001000 1011001 101010

Color Harmonies of #A4C90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C90C

Black with #A4C90C

Text Example


Text Example

White with #A4C90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C90C; }

 p { color: rgb(164,201,12); }

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

background-color css

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

 a { background-color: rgb(164,201,12); }

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

border-color css

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

 span { border-color: rgb(164,201,12); }

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