Html Css Color HEX #AFE612 Inch Worm

📋 copy color: '#AFE612'

red 175 ◦ green 230 ◦ blue 18

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

Shades of Inch Worm #AFE612

Tints of Inch Worm #AFE612

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.37%

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 41.37%
G = 54.37%
B = 4.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#AFE612 (or 0xAFE612) is known color: Inch Worm. HEX triplet: AF, E6 and 12. RGB value is (175,230,18). Sum of RGB (Red+Green+Blue) = 175+230+18=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE612 is #5019ED. Grayscale: #BEBEBE. Windows color (decimal): -5249518 or 1238703. OLE color: 1238703.

HSL color Cylindrical-coordinate representation of color #AFE612: hue angle of 75.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE612 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 18 -
CMYK 0.24 0 0.92 0.10
HSL 75.57º 0.85% 0.49% -
HSV(B) 75.57º 0.92% 0.9% -
XYZ 46.09 65.75 10.83 -
YUV 189.39 31.28 117.74 -
System Red Green Blue C M Y K H S L
Decimal 175 230 18 0.24 0 0.92 0.10 75.57 0.85 0.49
Hex AF E6 12 18 0 5C A 4C 55 31
Octal 257 346 22 30 0 134 12 114 125 61
Binary 10101111 11100110 10010 11000 0 1011100 1010 1001100 1010101 110001

Color Harmonies of #AFE612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE612

Black with #AFE612

Text Example


Text Example

White with #AFE612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE612; }

 p { color: rgb(175,230,18); }

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

background-color css

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

 a { background-color: rgb(175,230,18); }

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

border-color css

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

 span { border-color: rgb(175,230,18); }

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