Html Css Color HEX #ABCE01 La Rioja

📋 copy color: '#ABCE01'

red 171 ◦ green 206 ◦ blue 1

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

Shades of La Rioja #ABCE01

Tints of La Rioja #ABCE01

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.5%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 45.24%
G = 54.5%
B = 0.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#ABCE01 (or 0xABCE01) is known color: La Rioja. HEX triplet: AB, CE and 01. RGB value is (171,206,1). Sum of RGB (Red+Green+Blue) = 171+206+1=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE01 is #5431FE. Grayscale: #ACACAC. Windows color (decimal): -5517823 or 118443. OLE color: 118443.

HSL color Cylindrical-coordinate representation of color #ABCE01: hue angle of 70.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCE01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 1 -
CMYK 0.17 0 1.00 0.19
HSL 70.24º 0.99% 0.41% -
HSV(B) 70.24º 1% 0.81% -
XYZ 38.87 52.8 8.17 -
YUV 172.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 171 206 1 0.17 0 1.00 0.19 70.24 0.99 0.41
Hex AB CE 1 11 0 64 13 46 63 29
Octal 253 316 1 21 0 144 23 106 143 51
Binary 10101011 11001110 1 10001 0 1100100 10011 1000110 1100011 101001

Color Harmonies of #ABCE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE01

Black with #ABCE01

Text Example


Text Example

White with #ABCE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE01; }

 p { color: rgb(171,206,1); }

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

background-color css

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

 a { background-color: rgb(171,206,1); }

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

border-color css

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

 span { border-color: rgb(171,206,1); }

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