Html Css Color HEX #A8CC02 Citrus

📋 copy color: '#A8CC02'

red 168 ◦ green 204 ◦ blue 2

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

Shades of Citrus #A8CC02

Tints of Citrus #A8CC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.55%

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

R = 44.92%
G = 54.55%
B = 0.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#A8CC02 (or 0xA8CC02) is known color: Citrus. HEX triplet: A8, CC and 02. RGB value is (168,204,2). Sum of RGB (Red+Green+Blue) = 168+204+2=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CC02 is #5733FD. Grayscale: #AAAAAA. Windows color (decimal): -5714942 or 183464. OLE color: 183464.

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

Color convert

RGB 168 204 2 -
CMYK 0.18 0 0.99 0.2
HSL 70.69º 0.98% 0.4% -
HSV(B) 70.69º 0.99% 0.8% -
XYZ 37.75 51.51 8.01 -
YUV 170.21 33.07 126.43 -
System Red Green Blue C M Y K H S L
Decimal 168 204 2 0.18 0 0.99 0.2 70.69 0.98 0.4
Hex A8 CC 2 12 0 63 14 47 62 28
Octal 250 314 2 22 0 143 24 107 142 50
Binary 10101000 11001100 10 10010 0 1100011 10100 1000111 1100010 101000

Color Harmonies of #A8CC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC02

Black with #A8CC02

Text Example


Text Example

White with #A8CC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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