Html Css Color HEX #A4C80B Citrus

📋 copy color: '#A4C80B'

red 164 ◦ green 200 ◦ blue 11

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

Shades of Citrus #A4C80B

Tints of Citrus #A4C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.33%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 43.73%
G = 53.33%
B = 2.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A4C80B (or 0xA4C80B) is known color: Citrus. HEX triplet: A4, C8 and 0B. RGB value is (164,200,11). Sum of RGB (Red+Green+Blue) = 164+200+11=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C80B is #5B37F4. Grayscale: #A8A8A8. Windows color (decimal): -5978101 or 772260. OLE color: 772260.

HSL color Cylindrical-coordinate representation of color #A4C80B: hue angle of 71.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C80B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 11 -
CMYK 0.18 0 0.94 0.22
HSL 71.43º 0.9% 0.41% -
HSV(B) 71.43º 0.95% 0.78% -
XYZ 36.02 49.23 7.92 -
YUV 167.69 39.57 125.37 -
System Red Green Blue C M Y K H S L
Decimal 164 200 11 0.18 0 0.94 0.22 71.43 0.9 0.41
Hex A4 C8 B 12 0 5E 16 47 5A 29
Octal 244 310 13 22 0 136 26 107 132 51
Binary 10100100 11001000 1011 10010 0 1011110 10110 1000111 1011010 101001

Color Harmonies of #A4C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C80B

Black with #A4C80B

Text Example


Text Example

White with #A4C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C80B; }

 p { color: rgb(164,200,11); }

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

background-color css

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

 a { background-color: rgb(164,200,11); }

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

border-color css

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

 span { border-color: rgb(164,200,11); }

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