Html Css Color HEX #AFF619 Inch Worm

📋 copy color: '#AFF619'

red 175 ◦ green 246 ◦ blue 25

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

Shades of Inch Worm #AFF619

Tints of Inch Worm #AFF619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.61%

R = 39.24%
G = 55.16%
B = 5.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#AFF619 (or 0xAFF619) is known color: Inch Worm. HEX triplet: AF, F6 and 19. RGB value is (175,246,25). Sum of RGB (Red+Green+Blue) = 175+246+25=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF619 is #5009E6. Grayscale: #C8C8C8. Windows color (decimal): -5245415 or 1701551. OLE color: 1701551.

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

Color convert

RGB 175 246 25 -
CMYK 0.29 0 0.90 0.04
HSL 79.28º 0.92% 0.53% -
HSV(B) 79.28º 0.9% 0.96% -
XYZ 50.81 75.1 12.74 -
YUV 199.58 29.48 110.47 -
System Red Green Blue C M Y K H S L
Decimal 175 246 25 0.29 0 0.90 0.04 79.28 0.92 0.53
Hex AF F6 19 1D 0 5A 4 4F 5C 35
Octal 257 366 31 35 0 132 4 117 134 65
Binary 10101111 11110110 11001 11101 0 1011010 100 1001111 1011100 110101

Color Harmonies of #AFF619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF619

Black with #AFF619

Text Example


Text Example

White with #AFF619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF619; }

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

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

background-color css

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

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

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

border-color css

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

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

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