Html Css Color HEX #A4C10D Citrus

📋 copy color: '#A4C10D'

red 164 ◦ green 193 ◦ blue 13

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

Shades of Citrus #A4C10D

Tints of Citrus #A4C10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 44.32%
G = 52.16%
B = 3.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#A4C10D (or 0xA4C10D) is known color: Citrus. HEX triplet: A4, C1 and 0D. RGB value is (164,193,13). Sum of RGB (Red+Green+Blue) = 164+193+13=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C10D is #5B3EF2. Grayscale: #A4A4A4. Windows color (decimal): -5979891 or 901540. OLE color: 901540.

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

Color convert

RGB 164 193 13 -
CMYK 0.15 0 0.93 0.24
HSL 69.67º 0.87% 0.4% -
HSV(B) 69.67º 0.93% 0.76% -
XYZ 34.45 46.06 7.46 -
YUV 163.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 164 193 13 0.15 0 0.93 0.24 69.67 0.87 0.4
Hex A4 C1 D F 0 5D 18 46 57 28
Octal 244 301 15 17 0 135 30 106 127 50
Binary 10100100 11000001 1101 1111 0 1011101 11000 1000110 1010111 101000

Color Harmonies of #A4C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C10D

Black with #A4C10D

Text Example


Text Example

White with #A4C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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