Html Css Color HEX #A8E461 Conifer

📋 copy color: '#A8E461'

red 168 ◦ green 228 ◦ blue 97

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

Shades of Conifer #A8E461

Tints of Conifer #A8E461

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 34.08%
G = 46.25%
B = 19.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#A8E461 (or 0xA8E461) is known color: Conifer. HEX triplet: A8, E4 and 61. RGB value is (168,228,97). Sum of RGB (Red+Green+Blue) = 168+228+97=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E461 is #571B9E. Grayscale: #C3C3C3. Windows color (decimal): -5708703 or 6415528. OLE color: 6415528.

HSL color Cylindrical-coordinate representation of color #A8E461: hue angle of 87.48º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8E461 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 97 -
CMYK 0.26 0 0.57 0.11
HSL 87.48º 0.71% 0.64% -
HSV(B) 87.48º 0.57% 0.89% -
XYZ 46.05 64.67 21.37 -
YUV 195.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 168 228 97 0.26 0 0.57 0.11 87.48 0.71 0.64
Hex A8 E4 61 1A 0 39 B 57 47 40
Octal 250 344 141 32 0 71 13 127 107 100
Binary 10101000 11100100 1100001 11010 0 111001 1011 1010111 1000111 1000000

Color Harmonies of #A8E461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E461

Black with #A8E461

Text Example


Text Example

White with #A8E461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E461; }

 p { color: rgb(168,228,97); }

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

background-color css

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

 a { background-color: rgb(168,228,97); }

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

border-color css

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

 span { border-color: rgb(168,228,97); }

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