Html Css Color HEX #ABC50A Citrus

📋 copy color: '#ABC50A'

red 171 ◦ green 197 ◦ blue 10

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

Shades of Citrus #ABC50A

Tints of Citrus #ABC50A

RGB

 RED value IS 171 (67.19% from 255) = 45.24%

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 45.24%
G = 52.12%
B = 2.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#ABC50A (or 0xABC50A) is known color: Citrus. HEX triplet: AB, C5 and 0A. RGB value is (171,197,10). Sum of RGB (Red+Green+Blue) = 171+197+10=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC50A is #543AF5. Grayscale: #A8A8A8. Windows color (decimal): -5520118 or 705963. OLE color: 705963.

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

Color convert

RGB 171 197 10 -
CMYK 0.13 0 0.95 0.23
HSL 68.34º 0.9% 0.41% -
HSV(B) 68.34º 0.95% 0.77% -
XYZ 36.82 48.61 7.73 -
YUV 167.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 171 197 10 0.13 0 0.95 0.23 68.34 0.9 0.41
Hex AB C5 A D 0 5F 17 44 5A 29
Octal 253 305 12 15 0 137 27 104 132 51
Binary 10101011 11000101 1010 1101 0 1011111 10111 1000100 1011010 101001

Color Harmonies of #ABC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC50A

Black with #ABC50A

Text Example


Text Example

White with #ABC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC50A; }

 p { color: rgb(171,197,10); }

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

background-color css

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

 a { background-color: rgb(171,197,10); }

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

border-color css

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

 span { border-color: rgb(171,197,10); }

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