Html Css Color HEX #A4ED4C Conifer

📋 copy color: '#A4ED4C'

red 164 ◦ green 237 ◦ blue 76

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

Shades of Conifer #A4ED4C

Tints of Conifer #A4ED4C

RGB

 RED value IS 164 (64.45% from 255) = 34.38%

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

 BLUE value IS 76 (30.08% from 255) = 15.93%

R = 34.38%
G = 49.69%
B = 15.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#A4ED4C (or 0xA4ED4C) is known color: Conifer. HEX triplet: A4, ED and 4C. RGB value is (164,237,76). Sum of RGB (Red+Green+Blue) = 164+237+76=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED4C is #5B12B3. Grayscale: #C5C5C5. Windows color (decimal): -5968564 or 5041572. OLE color: 5041572.

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

Color convert

RGB 164 237 76 -
CMYK 0.31 0 0.68 0.07
HSL 87.2º 0.82% 0.61% -
HSV(B) 87.2º 0.68% 0.93% -
XYZ 46.9 68.98 17.68 -
YUV 196.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 164 237 76 0.31 0 0.68 0.07 87.2 0.82 0.61
Hex A4 ED 4C 1F 0 44 7 57 52 3D
Octal 244 355 114 37 0 104 7 127 122 75
Binary 10100100 11101101 1001100 11111 0 1000100 111 1010111 1010010 111101

Color Harmonies of #A4ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ED4C

Black with #A4ED4C

Text Example


Text Example

White with #A4ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ED4C; }

 p { color: rgb(164,237,76); }

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

background-color css

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

 a { background-color: rgb(164,237,76); }

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

border-color css

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

 span { border-color: rgb(164,237,76); }

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