Html Css Color HEX #AEDF03 Inch Worm

📋 copy color: '#AEDF03'

red 174 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #AEDF03

Tints of Inch Worm #AEDF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.75%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 43.5%
G = 55.75%
B = 0.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#AEDF03 (or 0xAEDF03) is known color: Inch Worm. HEX triplet: AE, DF and 03. RGB value is (174,223,3). Sum of RGB (Red+Green+Blue) = 174+223+3=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDF03 is #5120FC. Grayscale: #B8B8B8. Windows color (decimal): -5316861 or 253870. OLE color: 253870.

HSL color Cylindrical-coordinate representation of color #AEDF03: hue angle of 73.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEDF03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 3 -
CMYK 0.22 0 0.99 0.13
HSL 73.36º 0.97% 0.44% -
HSV(B) 73.36º 0.99% 0.87% -
XYZ 43.86 61.78 9.7 -
YUV 183.27 26.27 121.39 -
System Red Green Blue C M Y K H S L
Decimal 174 223 3 0.22 0 0.99 0.13 73.36 0.97 0.44
Hex AE DF 3 16 0 63 D 49 61 2C
Octal 256 337 3 26 0 143 15 111 141 54
Binary 10101110 11011111 11 10110 0 1100011 1101 1001001 1100001 101100

Color Harmonies of #AEDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF03

Black with #AEDF03

Text Example


Text Example

White with #AEDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF03; }

 p { color: rgb(174,223,3); }

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

background-color css

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

 a { background-color: rgb(174,223,3); }

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

border-color css

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

 span { border-color: rgb(174,223,3); }

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