Html Css Color HEX #A8CA03 Citrus

📋 copy color: '#A8CA03'

red 168 ◦ green 202 ◦ blue 3

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

Shades of Citrus #A8CA03

Tints of Citrus #A8CA03

RGB

 RED value IS 168 (66.02% from 255) = 45.04%

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 45.04%
G = 54.16%
B = 0.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#A8CA03 (or 0xA8CA03) is known color: Citrus. HEX triplet: A8, CA and 03. RGB value is (168,202,3). Sum of RGB (Red+Green+Blue) = 168+202+3=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA03 is #5735FC. Grayscale: #A9A9A9. Windows color (decimal): -5715453 or 248488. OLE color: 248488.

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

Color convert

RGB 168 202 3 -
CMYK 0.17 0 0.99 0.21
HSL 70.25º 0.97% 0.4% -
HSV(B) 70.25º 0.99% 0.79% -
XYZ 37.29 50.57 7.88 -
YUV 169.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 168 202 3 0.17 0 0.99 0.21 70.25 0.97 0.4
Hex A8 CA 3 11 0 63 15 46 61 28
Octal 250 312 3 21 0 143 25 106 141 50
Binary 10101000 11001010 11 10001 0 1100011 10101 1000110 1100001 101000

Color Harmonies of #A8CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA03

Black with #A8CA03

Text Example


Text Example

White with #A8CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA03; }

 p { color: rgb(168,202,3); }

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

background-color css

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

 a { background-color: rgb(168,202,3); }

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

border-color css

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

 span { border-color: rgb(168,202,3); }

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