Html Css Color HEX #A8E465 Conifer

📋 copy color: '#A8E465'

red 168 ◦ green 228 ◦ blue 101

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

Shades of Conifer #A8E465

Tints of Conifer #A8E465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 33.8%
G = 45.88%
B = 20.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#A8E465 (or 0xA8E465) is known color: Conifer. HEX triplet: A8, E4 and 65. RGB value is (168,228,101). Sum of RGB (Red+Green+Blue) = 168+228+101=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E465 is #571B9A. Grayscale: #C4C4C4. Windows color (decimal): -5708699 or 6677672. OLE color: 6677672.

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

Color convert

RGB 168 228 101 -
CMYK 0.26 0 0.56 0.11
HSL 88.35º 0.7% 0.65% -
HSV(B) 88.35º 0.56% 0.89% -
XYZ 46.24 64.75 22.37 -
YUV 195.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 168 228 101 0.26 0 0.56 0.11 88.35 0.7 0.65
Hex A8 E4 65 1A 0 38 B 58 46 41
Octal 250 344 145 32 0 70 13 130 106 101
Binary 10101000 11100100 1100101 11010 0 111000 1011 1011000 1000110 1000001

Color Harmonies of #A8E465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E465

Black with #A8E465

Text Example


Text Example

White with #A8E465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E465; }

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

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

background-color css

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

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

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

border-color css

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

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

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