Html Css Color HEX #A5DF07 Inch Worm

📋 copy color: '#A5DF07'

red 165 ◦ green 223 ◦ blue 7

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

Shades of Inch Worm #A5DF07

Tints of Inch Worm #A5DF07

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.46%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 41.77%
G = 56.46%
B = 1.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#A5DF07 (or 0xA5DF07) is known color: Inch Worm. HEX triplet: A5, DF and 07. RGB value is (165,223,7). Sum of RGB (Red+Green+Blue) = 165+223+7=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DF07 is #5A20F8. Grayscale: #B5B5B5. Windows color (decimal): -5906681 or 516005. OLE color: 516005.

HSL color Cylindrical-coordinate representation of color #A5DF07: hue angle of 76.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5DF07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 7 -
CMYK 0.26 0 0.97 0.13
HSL 76.11º 0.94% 0.45% -
HSV(B) 76.11º 0.97% 0.87% -
XYZ 41.94 60.79 9.72 -
YUV 181.03 29.78 116.56 -
System Red Green Blue C M Y K H S L
Decimal 165 223 7 0.26 0 0.97 0.13 76.11 0.94 0.45
Hex A5 DF 7 1A 0 61 D 4C 5E 2D
Octal 245 337 7 32 0 141 15 114 136 55
Binary 10100101 11011111 111 11010 0 1100001 1101 1001100 1011110 101101

Color Harmonies of #A5DF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF07

Black with #A5DF07

Text Example


Text Example

White with #A5DF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF07; }

 p { color: rgb(165,223,7); }

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

background-color css

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

 a { background-color: rgb(165,223,7); }

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

border-color css

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

 span { border-color: rgb(165,223,7); }

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