Html Css Color HEX #A8C303 Citrus

📋 copy color: '#A8C303'

red 168 ◦ green 195 ◦ blue 3

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

Shades of Citrus #A8C303

Tints of Citrus #A8C303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.28%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 45.9%
G = 53.28%
B = 0.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A8C303 (or 0xA8C303) is known color: Citrus. HEX triplet: A8, C3 and 03. RGB value is (168,195,3). Sum of RGB (Red+Green+Blue) = 168+195+3=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C303 is #573CFC. Grayscale: #A5A5A5. Windows color (decimal): -5717245 or 246696. OLE color: 246696.

HSL color Cylindrical-coordinate representation of color #A8C303: hue angle of 68.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C303 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 3 -
CMYK 0.14 0 0.98 0.24
HSL 68.44º 0.97% 0.39% -
HSV(B) 68.44º 0.98% 0.76% -
XYZ 35.68 47.36 7.35 -
YUV 165.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 168 195 3 0.14 0 0.98 0.24 68.44 0.97 0.39
Hex A8 C3 3 E 0 62 18 44 61 27
Octal 250 303 3 16 0 142 30 104 141 47
Binary 10101000 11000011 11 1110 0 1100010 11000 1000100 1100001 100111

Color Harmonies of #A8C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C303

Black with #A8C303

Text Example


Text Example

White with #A8C303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C303; }

 p { color: rgb(168,195,3); }

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

background-color css

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

 a { background-color: rgb(168,195,3); }

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

border-color css

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

 span { border-color: rgb(168,195,3); }

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