Html Css Color HEX #A8D71B Inch Worm

📋 copy color: '#A8D71B'

red 168 ◦ green 215 ◦ blue 27

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

Shades of Inch Worm #A8D71B

Tints of Inch Worm #A8D71B

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

 GREEN value IS 215 (84.38% from 255) = 52.44%

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 40.98%
G = 52.44%
B = 6.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#A8D71B (or 0xA8D71B) is known color: Inch Worm. HEX triplet: A8, D7 and 1B. RGB value is (168,215,27). Sum of RGB (Red+Green+Blue) = 168+215+27=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D71B is #5728E4. Grayscale: #B4B4B4. Windows color (decimal): -5712101 or 1824680. OLE color: 1824680.

HSL color Cylindrical-coordinate representation of color #A8D71B: hue angle of 75º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8D71B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 27 -
CMYK 0.22 0 0.87 0.16
HSL 75º 0.78% 0.47% -
HSV(B) 75º 0.87% 0.84% -
XYZ 40.65 57 9.9 -
YUV 179.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 168 215 27 0.22 0 0.87 0.16 75 0.78 0.47
Hex A8 D7 1B 16 0 57 10 4B 4E 2F
Octal 250 327 33 26 0 127 20 113 116 57
Binary 10101000 11010111 11011 10110 0 1010111 10000 1001011 1001110 101111

Color Harmonies of #A8D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D71B

Black with #A8D71B

Text Example


Text Example

White with #A8D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D71B; }

 p { color: rgb(168,215,27); }

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

background-color css

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

 a { background-color: rgb(168,215,27); }

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

border-color css

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

 span { border-color: rgb(168,215,27); }

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