Html Css Color HEX #A4C108 Citrus

📋 copy color: '#A4C108'

red 164 ◦ green 193 ◦ blue 8

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

Shades of Citrus #A4C108

Tints of Citrus #A4C108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 44.93%
G = 52.88%
B = 2.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A4C108 (or 0xA4C108) is known color: Citrus. HEX triplet: A4, C1 and 08. RGB value is (164,193,8). Sum of RGB (Red+Green+Blue) = 164+193+8=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C108 is #5B3EF7. Grayscale: #A3A3A3. Windows color (decimal): -5979896 or 573860. OLE color: 573860.

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

Color convert

RGB 164 193 8 -
CMYK 0.15 0 0.96 0.24
HSL 69.41º 0.92% 0.39% -
HSV(B) 69.41º 0.96% 0.76% -
XYZ 34.42 46.05 7.3 -
YUV 163.24 40.39 128.54 -
System Red Green Blue C M Y K H S L
Decimal 164 193 8 0.15 0 0.96 0.24 69.41 0.92 0.39
Hex A4 C1 8 F 0 60 18 45 5C 27
Octal 244 301 10 17 0 140 30 105 134 47
Binary 10100100 11000001 1000 1111 0 1100000 11000 1000101 1011100 100111

Color Harmonies of #A4C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C108

Black with #A4C108

Text Example


Text Example

White with #A4C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C108; }

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

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

background-color css

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

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

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

border-color css

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

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

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