Html Css Color HEX #AFF614 Inch Worm

📋 copy color: '#AFF614'

red 175 ◦ green 246 ◦ blue 20

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

Shades of Inch Worm #AFF614

Tints of Inch Worm #AFF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.78%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 39.68%
G = 55.78%
B = 4.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#AFF614 (or 0xAFF614) is known color: Inch Worm. HEX triplet: AF, F6 and 14. RGB value is (175,246,20). Sum of RGB (Red+Green+Blue) = 175+246+20=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF614 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF614 is #5009EB. Grayscale: #C7C7C7. Windows color (decimal): -5245420 or 1373871. OLE color: 1373871.

HSL color Cylindrical-coordinate representation of color #AFF614: hue angle of 78.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFF614 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 20 -
CMYK 0.29 0 0.92 0.04
HSL 78.85º 0.93% 0.52% -
HSV(B) 78.85º 0.92% 0.96% -
XYZ 50.76 75.08 12.48 -
YUV 199.01 26.98 110.88 -
System Red Green Blue C M Y K H S L
Decimal 175 246 20 0.29 0 0.92 0.04 78.85 0.93 0.52
Hex AF F6 14 1D 0 5C 4 4F 5D 34
Octal 257 366 24 35 0 134 4 117 135 64
Binary 10101111 11110110 10100 11101 0 1011100 100 1001111 1011101 110100

Color Harmonies of #AFF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF614

Black with #AFF614

Text Example


Text Example

White with #AFF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF614; }

 p { color: rgb(175,246,20); }

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

background-color css

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

 a { background-color: rgb(175,246,20); }

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

border-color css

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

 span { border-color: rgb(175,246,20); }

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