Html Css Color HEX #A4C10A Citrus

📋 copy color: '#A4C10A'

red 164 ◦ green 193 ◦ blue 10

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

Shades of Citrus #A4C10A

Tints of Citrus #A4C10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

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

R = 44.69%
G = 52.59%
B = 2.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#A4C10A (or 0xA4C10A) is known color: Citrus. HEX triplet: A4, C1 and 0A. RGB value is (164,193,10). Sum of RGB (Red+Green+Blue) = 164+193+10=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C10A is #5B3EF5. Grayscale: #A4A4A4. Windows color (decimal): -5979894 or 704932. OLE color: 704932.

HSL color Cylindrical-coordinate representation of color #A4C10A: hue angle of 69.51º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4C10A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 193 10 -
CMYK 0.15 0 0.95 0.24
HSL 69.51º 0.9% 0.4% -
HSV(B) 69.51º 0.95% 0.76% -
XYZ 34.43 46.05 7.36 -
YUV 163.47 41.39 128.38 -
System Red Green Blue C M Y K H S L
Decimal 164 193 10 0.15 0 0.95 0.24 69.51 0.9 0.4
Hex A4 C1 A F 0 5F 18 46 5A 28
Octal 244 301 12 17 0 137 30 106 132 50
Binary 10100100 11000001 1010 1111 0 1011111 11000 1000110 1011010 101000

Color Harmonies of #A4C10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C10A

Black with #A4C10A

Text Example


Text Example

White with #A4C10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C10A; }

 p { color: rgb(164,193,10); }

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

background-color css

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

 a { background-color: rgb(164,193,10); }

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

border-color css

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

 span { border-color: rgb(164,193,10); }

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