Html Css Color HEX #A4F152 Conifer

📋 copy color: '#A4F152'

red 164 ◦ green 241 ◦ blue 82

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

Shades of Conifer #A4F152

Tints of Conifer #A4F152

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 82 (32.42% from 255) = 16.84%

R = 33.68%
G = 49.49%
B = 16.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#A4F152 (or 0xA4F152) is known color: Conifer. HEX triplet: A4, F1 and 52. RGB value is (164,241,82). Sum of RGB (Red+Green+Blue) = 164+241+82=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F152 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F152 is #5B0EAD. Grayscale: #C8C8C8. Windows color (decimal): -5967534 or 5435812. OLE color: 5435812.

HSL color Cylindrical-coordinate representation of color #A4F152: hue angle of 89.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4F152 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 241 82 -
CMYK 0.32 0 0.66 0.05
HSL 89.06º 0.85% 0.63% -
HSV(B) 89.06º 0.66% 0.95% -
XYZ 48.29 71.41 19.22 -
YUV 199.85 61.49 102.43 -
System Red Green Blue C M Y K H S L
Decimal 164 241 82 0.32 0 0.66 0.05 89.06 0.85 0.63
Hex A4 F1 52 20 0 42 5 59 55 3F
Octal 244 361 122 40 0 102 5 131 125 77
Binary 10100100 11110001 1010010 100000 0 1000010 101 1011001 1010101 111111

Color Harmonies of #A4F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F152

Black with #A4F152

Text Example


Text Example

White with #A4F152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F152; }

 p { color: rgb(164,241,82); }

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

background-color css

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

 a { background-color: rgb(164,241,82); }

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

border-color css

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

 span { border-color: rgb(164,241,82); }

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