Html Css Color HEX #A7CA0A Citrus

📋 copy color: '#A7CA0A'

red 167 ◦ green 202 ◦ blue 10

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

Shades of Citrus #A7CA0A

Tints of Citrus #A7CA0A

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

 GREEN value IS 202 (79.3% from 255) = 53.3%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 44.06%
G = 53.3%
B = 2.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#A7CA0A (or 0xA7CA0A) is known color: Citrus. HEX triplet: A7, CA and 0A. RGB value is (167,202,10). Sum of RGB (Red+Green+Blue) = 167+202+10=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CA0A is #5835F5. Grayscale: #AAAAAA. Windows color (decimal): -5780982 or 707239. OLE color: 707239.

HSL color Cylindrical-coordinate representation of color #A7CA0A: hue angle of 70.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7CA0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 10 -
CMYK 0.17 0 0.95 0.21
HSL 70.94º 0.91% 0.42% -
HSV(B) 70.94º 0.95% 0.79% -
XYZ 37.11 50.48 8.07 -
YUV 169.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 167 202 10 0.17 0 0.95 0.21 70.94 0.91 0.42
Hex A7 CA A 11 0 5F 15 47 5B 2A
Octal 247 312 12 21 0 137 25 107 133 52
Binary 10100111 11001010 1010 10001 0 1011111 10101 1000111 1011011 101010

Color Harmonies of #A7CA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA0A

Black with #A7CA0A

Text Example


Text Example

White with #A7CA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA0A; }

 p { color: rgb(167,202,10); }

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

background-color css

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

 a { background-color: rgb(167,202,10); }

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

border-color css

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

 span { border-color: rgb(167,202,10); }

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