Html Css Color HEX #A8EF47 Conifer

📋 copy color: '#A8EF47'

red 168 ◦ green 239 ◦ blue 71

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

Shades of Conifer #A8EF47

Tints of Conifer #A8EF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.85%

R = 35.15%
G = 50%
B = 14.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#A8EF47 (or 0xA8EF47) is known color: Conifer. HEX triplet: A8, EF and 47. RGB value is (168,239,71). Sum of RGB (Red+Green+Blue) = 168+239+71=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF47 is #5710B8. Grayscale: #C7C7C7. Windows color (decimal): -5705913 or 4714408. OLE color: 4714408.

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

Color convert

RGB 168 239 71 -
CMYK 0.30 0 0.70 0.06
HSL 85.36º 0.84% 0.61% -
HSV(B) 85.36º 0.7% 0.94% -
XYZ 48.15 70.51 17.03 -
YUV 198.62 55.98 106.16 -
System Red Green Blue C M Y K H S L
Decimal 168 239 71 0.30 0 0.70 0.06 85.36 0.84 0.61
Hex A8 EF 47 1E 0 46 6 55 54 3D
Octal 250 357 107 36 0 106 6 125 124 75
Binary 10101000 11101111 1000111 11110 0 1000110 110 1010101 1010100 111101

Color Harmonies of #A8EF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF47

Black with #A8EF47

Text Example


Text Example

White with #A8EF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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