Html Css Color HEX #AECF02 La Rioja

📋 copy color: '#AECF02'

red 174 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #AECF02

Tints of La Rioja #AECF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 45.43%
G = 54.05%
B = 0.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#AECF02 (or 0xAECF02) is known color: La Rioja. HEX triplet: AE, CF and 02. RGB value is (174,207,2). Sum of RGB (Red+Green+Blue) = 174+207+2=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF02 is #5130FD. Grayscale: #AEAEAE. Windows color (decimal): -5320958 or 184238. OLE color: 184238.

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

Color convert

RGB 174 207 2 -
CMYK 0.16 0 0.99 0.19
HSL 69.66º 0.98% 0.41% -
HSV(B) 69.66º 0.99% 0.81% -
XYZ 39.78 53.63 8.31 -
YUV 173.76 31.07 128.17 -
System Red Green Blue C M Y K H S L
Decimal 174 207 2 0.16 0 0.99 0.19 69.66 0.98 0.41
Hex AE CF 2 10 0 63 13 46 62 29
Octal 256 317 2 20 0 143 23 106 142 51
Binary 10101110 11001111 10 10000 0 1100011 10011 1000110 1100010 101001

Color Harmonies of #AECF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF02

Black with #AECF02

Text Example


Text Example

White with #AECF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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