Html Css Color HEX #A5C507 Citrus

📋 copy color: '#A5C507'

red 165 ◦ green 197 ◦ blue 7

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

Shades of Citrus #A5C507

Tints of Citrus #A5C507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.39%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 44.72%
G = 53.39%
B = 1.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#A5C507 (or 0xA5C507) is known color: Citrus. HEX triplet: A5, C5 and 07. RGB value is (165,197,7). Sum of RGB (Red+Green+Blue) = 165+197+7=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C507 is #5A3AF8. Grayscale: #A6A6A6. Windows color (decimal): -5913337 or 509349. OLE color: 509349.

HSL color Cylindrical-coordinate representation of color #A5C507: hue angle of 70.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5C507 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 7 -
CMYK 0.16 0 0.96 0.23
HSL 70.11º 0.93% 0.4% -
HSV(B) 70.11º 0.96% 0.77% -
XYZ 35.52 47.95 7.58 -
YUV 165.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 165 197 7 0.16 0 0.96 0.23 70.11 0.93 0.4
Hex A5 C5 7 10 0 60 17 46 5D 28
Octal 245 305 7 20 0 140 27 106 135 50
Binary 10100101 11000101 111 10000 0 1100000 10111 1000110 1011101 101000

Color Harmonies of #A5C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C507

Black with #A5C507

Text Example


Text Example

White with #A5C507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C507; }

 p { color: rgb(165,197,7); }

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

background-color css

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

 a { background-color: rgb(165,197,7); }

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

border-color css

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

 span { border-color: rgb(165,197,7); }

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