Html Css Color HEX #A8C002 Citrus

📋 copy color: '#A8C002'

red 168 ◦ green 192 ◦ blue 2

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

Shades of Citrus #A8C002

Tints of Citrus #A8C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

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

R = 46.41%
G = 53.04%
B = 0.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A8C002 (or 0xA8C002) is known color: Citrus. HEX triplet: A8, C0 and 02. RGB value is (168,192,2). Sum of RGB (Red+Green+Blue) = 168+192+2=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C002 is #573FFD. Grayscale: #A3A3A3. Windows color (decimal): -5718014 or 180392. OLE color: 180392.

HSL color Cylindrical-coordinate representation of color #A8C002: hue angle of 67.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C002 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 2 -
CMYK 0.12 0 0.99 0.25
HSL 67.58º 0.98% 0.38% -
HSV(B) 67.58º 0.99% 0.75% -
XYZ 35.01 46.03 7.1 -
YUV 163.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 168 192 2 0.12 0 0.99 0.25 67.58 0.98 0.38
Hex A8 C0 2 C 0 63 19 44 62 26
Octal 250 300 2 14 0 143 31 104 142 46
Binary 10101000 11000000 10 1100 0 1100011 11001 1000100 1100010 100110

Color Harmonies of #A8C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C002

Black with #A8C002

Text Example


Text Example

White with #A8C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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