Html Css Color HEX #A5DF04 Inch Worm

📋 copy color: '#A5DF04'

red 165 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #A5DF04

Tints of Inch Worm #A5DF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 42.09%
G = 56.89%
B = 1.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#A5DF04 (or 0xA5DF04) is known color: Inch Worm. HEX triplet: A5, DF and 04. RGB value is (165,223,4). Sum of RGB (Red+Green+Blue) = 165+223+4=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DF04 is #5A20FB. Grayscale: #B5B5B5. Windows color (decimal): -5906684 or 319397. OLE color: 319397.

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

Color convert

RGB 165 223 4 -
CMYK 0.26 0 0.98 0.13
HSL 75.89º 0.96% 0.45% -
HSV(B) 75.89º 0.98% 0.87% -
XYZ 41.93 60.78 9.64 -
YUV 180.69 28.28 116.81 -
System Red Green Blue C M Y K H S L
Decimal 165 223 4 0.26 0 0.98 0.13 75.89 0.96 0.45
Hex A5 DF 4 1A 0 62 D 4C 60 2D
Octal 245 337 4 32 0 142 15 114 140 55
Binary 10100101 11011111 100 11010 0 1100010 1101 1001100 1100000 101101

Color Harmonies of #A5DF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF04

Black with #A5DF04

Text Example


Text Example

White with #A5DF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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