Html Css Color HEX #A8D745 Conifer

📋 copy color: '#A8D745'

red 168 ◦ green 215 ◦ blue 69

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

Shades of Conifer #A8D745

Tints of Conifer #A8D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 37.17%
G = 47.57%
B = 15.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#A8D745 (or 0xA8D745) is known color: Conifer. HEX triplet: A8, D7 and 45. RGB value is (168,215,69). Sum of RGB (Red+Green+Blue) = 168+215+69=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D745 is #5728BA. Grayscale: #B8B8B8. Windows color (decimal): -5712059 or 4577192. OLE color: 4577192.

HSL color Cylindrical-coordinate representation of color #A8D745: hue angle of 79.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8D745 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 69 -
CMYK 0.22 0 0.68 0.16
HSL 79.32º 0.65% 0.56% -
HSV(B) 79.32º 0.68% 0.84% -
XYZ 41.52 57.36 14.51 -
YUV 184.3 62.93 116.37 -
System Red Green Blue C M Y K H S L
Decimal 168 215 69 0.22 0 0.68 0.16 79.32 0.65 0.56
Hex A8 D7 45 16 0 44 10 4F 41 38
Octal 250 327 105 26 0 104 20 117 101 70
Binary 10101000 11010111 1000101 10110 0 1000100 10000 1001111 1000001 111000

Color Harmonies of #A8D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D745

Black with #A8D745

Text Example


Text Example

White with #A8D745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D745; }

 p { color: rgb(168,215,69); }

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

background-color css

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

 a { background-color: rgb(168,215,69); }

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

border-color css

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

 span { border-color: rgb(168,215,69); }

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