Html Css Color HEX #A8E650 Conifer

📋 copy color: '#A8E650'

red 168 ◦ green 230 ◦ blue 80

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

Shades of Conifer #A8E650

Tints of Conifer #A8E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.12%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 35.15%
G = 48.12%
B = 16.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#A8E650 (or 0xA8E650) is known color: Conifer. HEX triplet: A8, E6 and 50. RGB value is (168,230,80). Sum of RGB (Red+Green+Blue) = 168+230+80=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E650 is #5719AF. Grayscale: #C2C2C2. Windows color (decimal): -5708208 or 5301928. OLE color: 5301928.

HSL color Cylindrical-coordinate representation of color #A8E650: hue angle of 84.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8E650 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 80 -
CMYK 0.27 0 0.65 0.10
HSL 84.8º 0.75% 0.61% -
HSV(B) 84.8º 0.65% 0.9% -
XYZ 45.89 65.5 17.81 -
YUV 194.36 63.46 109.2 -
System Red Green Blue C M Y K H S L
Decimal 168 230 80 0.27 0 0.65 0.10 84.8 0.75 0.61
Hex A8 E6 50 1B 0 41 A 55 4B 3D
Octal 250 346 120 33 0 101 12 125 113 75
Binary 10101000 11100110 1010000 11011 0 1000001 1010 1010101 1001011 111101

Color Harmonies of #A8E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E650

Black with #A8E650

Text Example


Text Example

White with #A8E650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E650; }

 p { color: rgb(168,230,80); }

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

background-color css

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

 a { background-color: rgb(168,230,80); }

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

border-color css

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

 span { border-color: rgb(168,230,80); }

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