Html Css Color HEX #A5E70B Inch Worm

📋 copy color: '#A5E70B'

red 165 ◦ green 231 ◦ blue 11

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

Shades of Inch Worm #A5E70B

Tints of Inch Worm #A5E70B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.76%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 40.54%
G = 56.76%
B = 2.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#A5E70B (or 0xA5E70B) is known color: Inch Worm. HEX triplet: A5, E7 and 0B. RGB value is (165,231,11). Sum of RGB (Red+Green+Blue) = 165+231+11=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E70B is #5A18F4. Grayscale: #BBBBBB. Windows color (decimal): -5904629 or 780197. OLE color: 780197.

HSL color Cylindrical-coordinate representation of color #A5E70B: hue angle of 78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E70B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 231 11 -
CMYK 0.29 0 0.95 0.09
HSL 78º 0.91% 0.47% -
HSV(B) 78º 0.95% 0.91% -
XYZ 44.15 65.18 10.57 -
YUV 186.19 29.13 112.89 -
System Red Green Blue C M Y K H S L
Decimal 165 231 11 0.29 0 0.95 0.09 78 0.91 0.47
Hex A5 E7 B 1D 0 5F 9 4E 5B 2F
Octal 245 347 13 35 0 137 11 116 133 57
Binary 10100101 11100111 1011 11101 0 1011111 1001 1001110 1011011 101111

Color Harmonies of #A5E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E70B

Black with #A5E70B

Text Example


Text Example

White with #A5E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E70B; }

 p { color: rgb(165,231,11); }

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

background-color css

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

 a { background-color: rgb(165,231,11); }

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

border-color css

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

 span { border-color: rgb(165,231,11); }

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