Html Css Color HEX #A5C700 Citrus

📋 copy color: '#A5C700'

red 165 ◦ green 199 ◦ blue 0

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

Shades of Citrus #A5C700

Tints of Citrus #A5C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.33%
G = 54.67%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#A5C700 (or 0xA5C700) is known color: Citrus. HEX triplet: A5, C7 and 00. RGB value is (165,199,0). Sum of RGB (Red+Green+Blue) = 165+199+0=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C700 is #5A38FF. Grayscale: #A6A6A6. Windows color (decimal): -5912832 or 51109. OLE color: 51109.

HSL color Cylindrical-coordinate representation of color #A5C700: hue angle of 70.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5C700 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 199 0 -
CMYK 0.17 0 1 0.22
HSL 70.25º 1% 0.39% -
HSV(B) 70.25º 1% 0.78% -
XYZ 35.94 48.85 7.53 -
YUV 166.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 165 199 0 0.17 0 1 0.22 70.25 1 0.39
Hex A5 C7 0 11 0 64 16 46 64 27
Octal 245 307 0 21 0 144 26 106 144 47
Binary 10100101 11000111 0 10001 0 1100100 10110 1000110 1100100 100111

Color Harmonies of #A5C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C700

Black with #A5C700

Text Example


Text Example

White with #A5C700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C700; }

 p { color: rgb(165,199,0); }

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

background-color css

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

 a { background-color: rgb(165,199,0); }

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

border-color css

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

 span { border-color: rgb(165,199,0); }

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