Html Css Color HEX #A8CA05 Citrus

📋 copy color: '#A8CA05'

red 168 ◦ green 202 ◦ blue 5

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

Shades of Citrus #A8CA05

Tints of Citrus #A8CA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 44.8%
G = 53.87%
B = 1.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A8CA05 (or 0xA8CA05) is known color: Citrus. HEX triplet: A8, CA and 05. RGB value is (168,202,5). Sum of RGB (Red+Green+Blue) = 168+202+5=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA05 is #5735FA. Grayscale: #AAAAAA. Windows color (decimal): -5715451 or 379560. OLE color: 379560.

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

Color convert

RGB 168 202 5 -
CMYK 0.17 0 0.98 0.21
HSL 70.36º 0.95% 0.41% -
HSV(B) 70.36º 0.98% 0.79% -
XYZ 37.3 50.58 7.94 -
YUV 169.38 35.24 127.02 -
System Red Green Blue C M Y K H S L
Decimal 168 202 5 0.17 0 0.98 0.21 70.36 0.95 0.41
Hex A8 CA 5 11 0 62 15 46 5F 29
Octal 250 312 5 21 0 142 25 106 137 51
Binary 10101000 11001010 101 10001 0 1100010 10101 1000110 1011111 101001

Color Harmonies of #A8CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA05

Black with #A8CA05

Text Example


Text Example

White with #A8CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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