Html Css Color HEX #A4C00E Citrus

📋 copy color: '#A4C00E'

red 164 ◦ green 192 ◦ blue 14

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

Shades of Citrus #A4C00E

Tints of Citrus #A4C00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.78%

R = 44.32%
G = 51.89%
B = 3.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#A4C00E (or 0xA4C00E) is known color: Citrus. HEX triplet: A4, C0 and 0E. RGB value is (164,192,14). Sum of RGB (Red+Green+Blue) = 164+192+14=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C00E is #5B3FF1. Grayscale: #A4A4A4. Windows color (decimal): -5980146 or 966820. OLE color: 966820.

HSL color Cylindrical-coordinate representation of color #A4C00E: hue angle of 69.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4C00E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 14 -
CMYK 0.15 0 0.93 0.25
HSL 69.44º 0.86% 0.4% -
HSV(B) 69.44º 0.93% 0.75% -
XYZ 34.24 45.62 7.42 -
YUV 163.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 164 192 14 0.15 0 0.93 0.25 69.44 0.86 0.4
Hex A4 C0 E F 0 5D 19 45 56 28
Octal 244 300 16 17 0 135 31 105 126 50
Binary 10100100 11000000 1110 1111 0 1011101 11001 1000101 1010110 101000

Color Harmonies of #A4C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C00E

Black with #A4C00E

Text Example


Text Example

White with #A4C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C00E; }

 p { color: rgb(164,192,14); }

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

background-color css

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

 a { background-color: rgb(164,192,14); }

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

border-color css

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

 span { border-color: rgb(164,192,14); }

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