Html Css Color HEX #A8EF49 Conifer

📋 copy color: '#A8EF49'

red 168 ◦ green 239 ◦ blue 73

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

Shades of Conifer #A8EF49

Tints of Conifer #A8EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.79%

 BLUE value IS 73 (28.91% from 255) = 15.21%

R = 35%
G = 49.79%
B = 15.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#A8EF49 (or 0xA8EF49) is known color: Conifer. HEX triplet: A8, EF and 49. RGB value is (168,239,73). Sum of RGB (Red+Green+Blue) = 168+239+73=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF49 is #5710B6. Grayscale: #C7C7C7. Windows color (decimal): -5705911 or 4845480. OLE color: 4845480.

HSL color Cylindrical-coordinate representation of color #A8EF49: hue angle of 85.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EF49 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 73 -
CMYK 0.30 0 0.69 0.06
HSL 85.66º 0.84% 0.61% -
HSV(B) 85.66º 0.69% 0.94% -
XYZ 48.22 70.54 17.38 -
YUV 198.85 56.98 106 -
System Red Green Blue C M Y K H S L
Decimal 168 239 73 0.30 0 0.69 0.06 85.66 0.84 0.61
Hex A8 EF 49 1E 0 45 6 56 54 3D
Octal 250 357 111 36 0 105 6 126 124 75
Binary 10101000 11101111 1001001 11110 0 1000101 110 1010110 1010100 111101

Color Harmonies of #A8EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF49

Black with #A8EF49

Text Example


Text Example

White with #A8EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF49; }

 p { color: rgb(168,239,73); }

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

background-color css

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

 a { background-color: rgb(168,239,73); }

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

border-color css

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

 span { border-color: rgb(168,239,73); }

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