Html Css Color HEX #A8C50C Citrus

📋 copy color: '#A8C50C'

red 168 ◦ green 197 ◦ blue 12

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

Shades of Citrus #A8C50C

Tints of Citrus #A8C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.25%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 44.56%
G = 52.25%
B = 3.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#A8C50C (or 0xA8C50C) is known color: Citrus. HEX triplet: A8, C5 and 0C. RGB value is (168,197,12). Sum of RGB (Red+Green+Blue) = 168+197+12=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C50C is #573AF3. Grayscale: #A7A7A7. Windows color (decimal): -5716724 or 837032. OLE color: 837032.

HSL color Cylindrical-coordinate representation of color #A8C50C: hue angle of 69.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8C50C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 12 -
CMYK 0.15 0 0.94 0.23
HSL 69.41º 0.89% 0.41% -
HSV(B) 69.41º 0.94% 0.77% -
XYZ 36.18 48.28 7.76 -
YUV 167.24 40.39 128.54 -
System Red Green Blue C M Y K H S L
Decimal 168 197 12 0.15 0 0.94 0.23 69.41 0.89 0.41
Hex A8 C5 C F 0 5E 17 45 59 29
Octal 250 305 14 17 0 136 27 105 131 51
Binary 10101000 11000101 1100 1111 0 1011110 10111 1000101 1011001 101001

Color Harmonies of #A8C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C50C

Black with #A8C50C

Text Example


Text Example

White with #A8C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C50C; }

 p { color: rgb(168,197,12); }

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

background-color css

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

 a { background-color: rgb(168,197,12); }

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

border-color css

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

 span { border-color: rgb(168,197,12); }

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