Html Css Color HEX #A4EC4B Conifer

📋 copy color: '#A4EC4B'

red 164 ◦ green 236 ◦ blue 75

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

Shades of Conifer #A4EC4B

Tints of Conifer #A4EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.68%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 34.53%
G = 49.68%
B = 15.79%

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

#A4EC4B (or 0xA4EC4B) is known color: Conifer. HEX triplet: A4, EC and 4B. RGB value is (164,236,75). Sum of RGB (Red+Green+Blue) = 164+236+75=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4EC4B is #5B13B4. Grayscale: #C4C4C4. Windows color (decimal): -5968821 or 4975780. OLE color: 4975780.

HSL color Cylindrical-coordinate representation of color #A4EC4B: hue angle of 86.83º degrees, saturation: 0.81, 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 #A4EC4B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 75 -
CMYK 0.31 0 0.68 0.07
HSL 86.83º 0.81% 0.61% -
HSV(B) 86.83º 0.68% 0.93% -
XYZ 46.58 68.39 17.4 -
YUV 196.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 164 236 75 0.31 0 0.68 0.07 86.83 0.81 0.61
Hex A4 EC 4B 1F 0 44 7 57 51 3D
Octal 244 354 113 37 0 104 7 127 121 75
Binary 10100100 11101100 1001011 11111 0 1000100 111 1010111 1010001 111101

Color Harmonies of #A4EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EC4B

Black with #A4EC4B

Text Example


Text Example

White with #A4EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EC4B; }

 p { color: rgb(164,236,75); }

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

background-color css

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

 a { background-color: rgb(164,236,75); }

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

border-color css

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

 span { border-color: rgb(164,236,75); }

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