Html Css Color HEX #ABC10A Citrus

📋 copy color: '#ABC10A'

red 171 ◦ green 193 ◦ blue 10

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

Shades of Citrus #ABC10A

Tints of Citrus #ABC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.6%

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

R = 45.72%
G = 51.6%
B = 2.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#ABC10A (or 0xABC10A) is known color: Citrus. HEX triplet: AB, C1 and 0A. RGB value is (171,193,10). Sum of RGB (Red+Green+Blue) = 171+193+10=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10A is #543EF5. Grayscale: #A6A6A6. Windows color (decimal): -5521142 or 704939. OLE color: 704939.

HSL color Cylindrical-coordinate representation of color #ABC10A: hue angle of 67.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC10A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 10 -
CMYK 0.11 0 0.95 0.24
HSL 67.21º 0.9% 0.4% -
HSV(B) 67.21º 0.95% 0.76% -
XYZ 35.92 46.82 7.43 -
YUV 165.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 171 193 10 0.11 0 0.95 0.24 67.21 0.9 0.4
Hex AB C1 A B 0 5F 18 43 5A 28
Octal 253 301 12 13 0 137 30 103 132 50
Binary 10101011 11000001 1010 1011 0 1011111 11000 1000011 1011010 101000

Color Harmonies of #ABC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC10A

Black with #ABC10A

Text Example


Text Example

White with #ABC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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