Html Css Color HEX #A8F316 Inch Worm

📋 copy color: '#A8F316'

red 168 ◦ green 243 ◦ blue 22

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

Shades of Inch Worm #A8F316

Tints of Inch Worm #A8F316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 38.8%
G = 56.12%
B = 5.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#A8F316 (or 0xA8F316) is known color: Inch Worm. HEX triplet: A8, F3 and 16. RGB value is (168,243,22). Sum of RGB (Red+Green+Blue) = 168+243+22=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F316 is #570CE9. Grayscale: #C4C4C4. Windows color (decimal): -5704938 or 1504168. OLE color: 1504168.

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

Color convert

RGB 168 243 22 -
CMYK 0.31 0 0.91 0.05
HSL 80.36º 0.9% 0.52% -
HSV(B) 80.36º 0.91% 0.95% -
XYZ 48.34 72.48 12.2 -
YUV 195.38 30.15 108.47 -
System Red Green Blue C M Y K H S L
Decimal 168 243 22 0.31 0 0.91 0.05 80.36 0.9 0.52
Hex A8 F3 16 1F 0 5B 5 50 5A 34
Octal 250 363 26 37 0 133 5 120 132 64
Binary 10101000 11110011 10110 11111 0 1011011 101 1010000 1011010 110100

Color Harmonies of #A8F316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F316

Black with #A8F316

Text Example


Text Example

White with #A8F316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F316; }

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

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

background-color css

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

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

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

border-color css

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

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

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