Html Css Color HEX #A8ED48 Conifer

📋 copy color: '#A8ED48'

red 168 ◦ green 237 ◦ blue 72

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

Shades of Conifer #A8ED48

Tints of Conifer #A8ED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.69%

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

R = 35.22%
G = 49.69%
B = 15.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#A8ED48 (or 0xA8ED48) is known color: Conifer. HEX triplet: A8, ED and 48. RGB value is (168,237,72). Sum of RGB (Red+Green+Blue) = 168+237+72=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED48 is #5712B7. Grayscale: #C6C6C6. Windows color (decimal): -5706424 or 4779432. OLE color: 4779432.

HSL color Cylindrical-coordinate representation of color #A8ED48: hue angle of 85.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8ED48 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 72 -
CMYK 0.29 0 0.70 0.07
HSL 85.09º 0.82% 0.61% -
HSV(B) 85.09º 0.7% 0.93% -
XYZ 47.6 69.36 17.01 -
YUV 197.56 57.14 106.92 -
System Red Green Blue C M Y K H S L
Decimal 168 237 72 0.29 0 0.70 0.07 85.09 0.82 0.61
Hex A8 ED 48 1D 0 46 7 55 52 3D
Octal 250 355 110 35 0 106 7 125 122 75
Binary 10101000 11101101 1001000 11101 0 1000110 111 1010101 1010010 111101

Color Harmonies of #A8ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ED48

Black with #A8ED48

Text Example


Text Example

White with #A8ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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