Html Css Color HEX #A8E648 Conifer

📋 copy color: '#A8E648'

red 168 ◦ green 230 ◦ blue 72

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

Shades of Conifer #A8E648

Tints of Conifer #A8E648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 35.74%
G = 48.94%
B = 15.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#A8E648 (or 0xA8E648) is known color: Conifer. HEX triplet: A8, E6 and 48. RGB value is (168,230,72). Sum of RGB (Red+Green+Blue) = 168+230+72=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E648 is #5719B7. Grayscale: #C2C2C2. Windows color (decimal): -5708216 or 4777640. OLE color: 4777640.

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

Color convert

RGB 168 230 72 -
CMYK 0.27 0 0.69 0.10
HSL 83.54º 0.76% 0.59% -
HSV(B) 83.54º 0.69% 0.9% -
XYZ 45.61 65.39 16.35 -
YUV 193.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 168 230 72 0.27 0 0.69 0.10 83.54 0.76 0.59
Hex A8 E6 48 1B 0 45 A 54 4C 3B
Octal 250 346 110 33 0 105 12 124 114 73
Binary 10101000 11100110 1001000 11011 0 1000101 1010 1010100 1001100 111011

Color Harmonies of #A8E648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E648

Black with #A8E648

Text Example


Text Example

White with #A8E648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E648; }

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

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

background-color css

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

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

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

border-color css

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

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

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