Html Css Color HEX #A8F319 Inch Worm

📋 copy color: '#A8F319'

red 168 ◦ green 243 ◦ blue 25

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

Shades of Inch Worm #A8F319

Tints of Inch Worm #A8F319

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

 GREEN value IS 243 (95.31% from 255) = 55.73%

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

R = 38.53%
G = 55.73%
B = 5.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#A8F319 (or 0xA8F319) is known color: Inch Worm. HEX triplet: A8, F3 and 19. RGB value is (168,243,25). Sum of RGB (Red+Green+Blue) = 168+243+25=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F319 is #570CE6. Grayscale: #C4C4C4. Windows color (decimal): -5704935 or 1700776. OLE color: 1700776.

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

Color convert

RGB 168 243 25 -
CMYK 0.31 0 0.90 0.05
HSL 80.64º 0.9% 0.53% -
HSV(B) 80.64º 0.9% 0.95% -
XYZ 48.37 72.5 12.36 -
YUV 195.72 31.65 108.23 -
System Red Green Blue C M Y K H S L
Decimal 168 243 25 0.31 0 0.90 0.05 80.64 0.9 0.53
Hex A8 F3 19 1F 0 5A 5 51 5A 35
Octal 250 363 31 37 0 132 5 121 132 65
Binary 10101000 11110011 11001 11111 0 1011010 101 1010001 1011010 110101

Color Harmonies of #A8F319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F319

Black with #A8F319

Text Example


Text Example

White with #A8F319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F319; }

 p { color: rgb(168,243,25); }

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

background-color css

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

 a { background-color: rgb(168,243,25); }

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

border-color css

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

 span { border-color: rgb(168,243,25); }

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