Html Css Color HEX #AFF219 Inch Worm

📋 copy color: '#AFF219'

red 175 ◦ green 242 ◦ blue 25

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

Shades of Inch Worm #AFF219

Tints of Inch Worm #AFF219

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

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

R = 39.59%
G = 54.75%
B = 5.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#AFF219 (or 0xAFF219) is known color: Inch Worm. HEX triplet: AF, F2 and 19. RGB value is (175,242,25). Sum of RGB (Red+Green+Blue) = 175+242+25=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF219 is #500DE6. Grayscale: #C6C6C6. Windows color (decimal): -5246439 or 1700527. OLE color: 1700527.

HSL color Cylindrical-coordinate representation of color #AFF219: hue angle of 78.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFF219 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 25 -
CMYK 0.28 0 0.90 0.05
HSL 78.53º 0.89% 0.52% -
HSV(B) 78.53º 0.9% 0.95% -
XYZ 49.61 72.69 12.34 -
YUV 197.23 30.8 112.14 -
System Red Green Blue C M Y K H S L
Decimal 175 242 25 0.28 0 0.90 0.05 78.53 0.89 0.52
Hex AF F2 19 1C 0 5A 5 4F 59 34
Octal 257 362 31 34 0 132 5 117 131 64
Binary 10101111 11110010 11001 11100 0 1011010 101 1001111 1011001 110100

Color Harmonies of #AFF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF219

Black with #AFF219

Text Example


Text Example

White with #AFF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF219; }

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

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

background-color css

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

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

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

border-color css

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

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

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