Html Css Color HEX #A5E123 Inch Worm

📋 copy color: '#A5E123'

red 165 ◦ green 225 ◦ blue 35

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

Shades of Inch Worm #A5E123

Tints of Inch Worm #A5E123

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.94%

 BLUE value IS 35 (14.06% from 255) = 8.24%

R = 38.82%
G = 52.94%
B = 8.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#A5E123 (or 0xA5E123) is known color: Inch Worm. HEX triplet: A5, E1 and 23. RGB value is (165,225,35). Sum of RGB (Red+Green+Blue) = 165+225+35=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E123 is #5A1EDC. Grayscale: #BABABA. Windows color (decimal): -5906141 or 2351525. OLE color: 2351525.

HSL color Cylindrical-coordinate representation of color #A5E123: hue angle of 78.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5E123 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 35 -
CMYK 0.27 0 0.84 0.12
HSL 78.95º 0.76% 0.51% -
HSV(B) 78.95º 0.84% 0.88% -
XYZ 42.75 61.97 11.3 -
YUV 185.4 43.12 113.45 -
System Red Green Blue C M Y K H S L
Decimal 165 225 35 0.27 0 0.84 0.12 78.95 0.76 0.51
Hex A5 E1 23 1B 0 54 C 4F 4C 33
Octal 245 341 43 33 0 124 14 117 114 63
Binary 10100101 11100001 100011 11011 0 1010100 1100 1001111 1001100 110011

Color Harmonies of #A5E123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E123

Black with #A5E123

Text Example


Text Example

White with #A5E123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E123; }

 p { color: rgb(165,225,35); }

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

background-color css

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

 a { background-color: rgb(165,225,35); }

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

border-color css

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

 span { border-color: rgb(165,225,35); }

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