Html Css Color HEX #A8CE04 Citrus

📋 copy color: '#A8CE04'

red 168 ◦ green 206 ◦ blue 4

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

Shades of Citrus #A8CE04

Tints of Citrus #A8CE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.5%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 44.44%
G = 54.5%
B = 1.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#A8CE04 (or 0xA8CE04) is known color: Citrus. HEX triplet: A8, CE and 04. RGB value is (168,206,4). Sum of RGB (Red+Green+Blue) = 168+206+4=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE04 is #5731FB. Grayscale: #ACACAC. Windows color (decimal): -5714428 or 315048. OLE color: 315048.

HSL color Cylindrical-coordinate representation of color #A8CE04: hue angle of 71.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8CE04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 4 -
CMYK 0.18 0 0.98 0.19
HSL 71.29º 0.96% 0.41% -
HSV(B) 71.29º 0.98% 0.81% -
XYZ 38.24 52.48 8.23 -
YUV 171.61 33.41 125.43 -
System Red Green Blue C M Y K H S L
Decimal 168 206 4 0.18 0 0.98 0.19 71.29 0.96 0.41
Hex A8 CE 4 12 0 62 13 47 60 29
Octal 250 316 4 22 0 142 23 107 140 51
Binary 10101000 11001110 100 10010 0 1100010 10011 1000111 1100000 101001

Color Harmonies of #A8CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE04

Black with #A8CE04

Text Example


Text Example

White with #A8CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE04; }

 p { color: rgb(168,206,4); }

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

background-color css

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

 a { background-color: rgb(168,206,4); }

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

border-color css

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

 span { border-color: rgb(168,206,4); }

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