Html Css Color HEX #ABCF04 Inch Worm

📋 copy color: '#ABCF04'

red 171 ◦ green 207 ◦ blue 4

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

Shades of Inch Worm #ABCF04

Tints of Inch Worm #ABCF04

RGB

 RED value IS 171 (67.19% from 255) = 44.76%

 GREEN value IS 207 (81.25% from 255) = 54.19%

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

R = 44.76%
G = 54.19%
B = 1.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#ABCF04 (or 0xABCF04) is known color: Inch Worm. HEX triplet: AB, CF and 04. RGB value is (171,207,4). Sum of RGB (Red+Green+Blue) = 171+207+4=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF04 is #5430FB. Grayscale: #ADADAD. Windows color (decimal): -5517564 or 315307. OLE color: 315307.

HSL color Cylindrical-coordinate representation of color #ABCF04: hue angle of 70.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABCF04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 4 -
CMYK 0.17 0 0.98 0.19
HSL 70.64º 0.96% 0.41% -
HSV(B) 70.64º 0.98% 0.81% -
XYZ 39.13 53.29 8.34 -
YUV 173.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 171 207 4 0.17 0 0.98 0.19 70.64 0.96 0.41
Hex AB CF 4 11 0 62 13 47 60 29
Octal 253 317 4 21 0 142 23 107 140 51
Binary 10101011 11001111 100 10001 0 1100010 10011 1000111 1100000 101001

Color Harmonies of #ABCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF04

Black with #ABCF04

Text Example


Text Example

White with #ABCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF04; }

 p { color: rgb(171,207,4); }

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

background-color css

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

 a { background-color: rgb(171,207,4); }

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

border-color css

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

 span { border-color: rgb(171,207,4); }

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