Html Css Color HEX #AECF00 La Rioja

📋 copy color: '#AECF00'

red 174 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #AECF00

Tints of La Rioja #AECF00

RGB

 RED value IS 174 (68.36% from 255) = 45.67%

 GREEN value IS 207 (81.25% from 255) = 54.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.67%
G = 54.33%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#AECF00 (or 0xAECF00) is known color: La Rioja. HEX triplet: AE, CF and 00. RGB value is (174,207,0). Sum of RGB (Red+Green+Blue) = 174+207+0=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF00 is #5130FF. Grayscale: #AEAEAE. Windows color (decimal): -5320960 or 53166. OLE color: 53166.

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

Color convert

RGB 174 207 0 -
CMYK 0.16 0 1 0.19
HSL 69.57º 1% 0.41% -
HSV(B) 69.57º 1% 0.81% -
XYZ 39.77 53.62 8.25 -
YUV 173.54 30.07 128.33 -
System Red Green Blue C M Y K H S L
Decimal 174 207 0 0.16 0 1 0.19 69.57 1 0.41
Hex AE CF 0 10 0 64 13 46 64 29
Octal 256 317 0 20 0 144 23 106 144 51
Binary 10101110 11001111 0 10000 0 1100100 10011 1000110 1100100 101001

Color Harmonies of #AECF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF00

Black with #AECF00

Text Example


Text Example

White with #AECF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF00; }

 p { color: rgb(174,207,0); }

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

background-color css

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

 a { background-color: rgb(174,207,0); }

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

border-color css

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

 span { border-color: rgb(174,207,0); }

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