Html Css Color HEX #A5C20E Citrus

📋 copy color: '#A5C20E'

red 165 ◦ green 194 ◦ blue 14

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

Shades of Citrus #A5C20E

Tints of Citrus #A5C20E

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

 GREEN value IS 194 (76.17% from 255) = 52.01%

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

R = 44.24%
G = 52.01%
B = 3.75%

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

#A5C20E (or 0xA5C20E) is known color: Citrus. HEX triplet: A5, C2 and 0E. RGB value is (165,194,14). Sum of RGB (Red+Green+Blue) = 165+194+14=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C20E is #5A3DF1. Grayscale: #A5A5A5. Windows color (decimal): -5914098 or 967333. OLE color: 967333.

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

Color convert

RGB 165 194 14 -
CMYK 0.15 0 0.93 0.24
HSL 69.67º 0.87% 0.41% -
HSV(B) 69.67º 0.93% 0.76% -
XYZ 34.89 46.61 7.57 -
YUV 164.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 165 194 14 0.15 0 0.93 0.24 69.67 0.87 0.41
Hex A5 C2 E F 0 5D 18 46 57 29
Octal 245 302 16 17 0 135 30 106 127 51
Binary 10100101 11000010 1110 1111 0 1011101 11000 1000110 1010111 101001

Color Harmonies of #A5C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C20E

Black with #A5C20E

Text Example


Text Example

White with #A5C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C20E; }

 p { color: rgb(165,194,14); }

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

background-color css

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

 a { background-color: rgb(165,194,14); }

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

border-color css

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

 span { border-color: rgb(165,194,14); }

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