Html Css Color HEX #A8C802 Citrus

📋 copy color: '#A8C802'

red 168 ◦ green 200 ◦ blue 2

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

Shades of Citrus #A8C802

Tints of Citrus #A8C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.05%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 45.41%
G = 54.05%
B = 0.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A8C802 (or 0xA8C802) is known color: Citrus. HEX triplet: A8, C8 and 02. RGB value is (168,200,2). Sum of RGB (Red+Green+Blue) = 168+200+2=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C802 is #5737FD. Grayscale: #A8A8A8. Windows color (decimal): -5715966 or 182440. OLE color: 182440.

HSL color Cylindrical-coordinate representation of color #A8C802: hue angle of 69.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C802 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 2 -
CMYK 0.16 0 0.99 0.22
HSL 69.7º 0.98% 0.4% -
HSV(B) 69.7º 0.99% 0.78% -
XYZ 36.81 49.64 7.7 -
YUV 167.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 168 200 2 0.16 0 0.99 0.22 69.7 0.98 0.4
Hex A8 C8 2 10 0 63 16 46 62 28
Octal 250 310 2 20 0 143 26 106 142 50
Binary 10101000 11001000 10 10000 0 1100011 10110 1000110 1100010 101000

Color Harmonies of #A8C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C802

Black with #A8C802

Text Example


Text Example

White with #A8C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C802; }

 p { color: rgb(168,200,2); }

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

background-color css

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

 a { background-color: rgb(168,200,2); }

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

border-color css

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

 span { border-color: rgb(168,200,2); }

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