Html Css Color HEX #AFE309 Inch Worm

📋 copy color: '#AFE309'

red 175 ◦ green 227 ◦ blue 9

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

Shades of Inch Worm #AFE309

Tints of Inch Worm #AFE309

RGB

 RED value IS 175 (68.75% from 255) = 42.58%

 GREEN value IS 227 (89.06% from 255) = 55.23%

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 42.58%
G = 55.23%
B = 2.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#AFE309 (or 0xAFE309) is known color: Inch Worm. HEX triplet: AF, E3 and 09. RGB value is (175,227,9). Sum of RGB (Red+Green+Blue) = 175+227+9=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE309 is #501CF6. Grayscale: #BBBBBB. Windows color (decimal): -5250295 or 648111. OLE color: 648111.

HSL color Cylindrical-coordinate representation of color #AFE309: hue angle of 74.31º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFE309 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 9 -
CMYK 0.23 0 0.96 0.11
HSL 74.31º 0.92% 0.46% -
HSV(B) 74.31º 0.96% 0.89% -
XYZ 45.2 64.07 10.24 -
YUV 186.6 27.77 119.73 -
System Red Green Blue C M Y K H S L
Decimal 175 227 9 0.23 0 0.96 0.11 74.31 0.92 0.46
Hex AF E3 9 17 0 60 B 4A 5C 2E
Octal 257 343 11 27 0 140 13 112 134 56
Binary 10101111 11100011 1001 10111 0 1100000 1011 1001010 1011100 101110

Color Harmonies of #AFE309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE309

Black with #AFE309

Text Example


Text Example

White with #AFE309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE309; }

 p { color: rgb(175,227,9); }

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

background-color css

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

 a { background-color: rgb(175,227,9); }

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

border-color css

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

 span { border-color: rgb(175,227,9); }

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