Html Css Color HEX #A5F118 Inch Worm

📋 copy color: '#A5F118'

red 165 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #A5F118

Tints of Inch Worm #A5F118

RGB

 RED value IS 165 (64.84% from 255) = 38.37%

 GREEN value IS 241 (94.53% from 255) = 56.05%

 BLUE value IS 24 (9.77% from 255) = 5.58%

R = 38.37%
G = 56.05%
B = 5.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#A5F118 (or 0xA5F118) is known color: Inch Worm. HEX triplet: A5, F1 and 18. RGB value is (165,241,24). Sum of RGB (Red+Green+Blue) = 165+241+24=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F118 is #5A0EE7. Grayscale: #C2C2C2. Windows color (decimal): -5902056 or 1634725. OLE color: 1634725.

HSL color Cylindrical-coordinate representation of color #A5F118: hue angle of 81.01º 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 #A5F118 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 24 -
CMYK 0.32 0 0.90 0.05
HSL 81.01º 0.89% 0.52% -
HSV(B) 81.01º 0.9% 0.95% -
XYZ 47.14 70.98 12.08 -
YUV 193.54 32.32 107.64 -
System Red Green Blue C M Y K H S L
Decimal 165 241 24 0.32 0 0.90 0.05 81.01 0.89 0.52
Hex A5 F1 18 20 0 5A 5 51 59 34
Octal 245 361 30 40 0 132 5 121 131 64
Binary 10100101 11110001 11000 100000 0 1011010 101 1010001 1011001 110100

Color Harmonies of #A5F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F118

Black with #A5F118

Text Example


Text Example

White with #A5F118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F118; }

 p { color: rgb(165,241,24); }

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

background-color css

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

 a { background-color: rgb(165,241,24); }

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

border-color css

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

 span { border-color: rgb(165,241,24); }

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