Html Css Color HEX #AFF44A Conifer

📋 copy color: '#AFF44A'

red 175 ◦ green 244 ◦ blue 74

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

Shades of Conifer #AFF44A

Tints of Conifer #AFF44A

RGB

 RED value IS 175 (68.75% from 255) = 35.5%

 GREEN value IS 244 (95.7% from 255) = 49.49%

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 35.5%
G = 49.49%
B = 15.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#AFF44A (or 0xAFF44A) is known color: Conifer. HEX triplet: AF, F4 and 4A. RGB value is (175,244,74). Sum of RGB (Red+Green+Blue) = 175+244+74=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF44A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF44A is #500BB5. Grayscale: #CCCCCC. Windows color (decimal): -5245878 or 4912303. OLE color: 4912303.

HSL color Cylindrical-coordinate representation of color #AFF44A: hue angle of 84.35º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF44A is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 74 -
CMYK 0.28 0 0.70 0.04
HSL 84.35º 0.89% 0.62% -
HSV(B) 84.35º 0.7% 0.96% -
XYZ 51.27 74.31 18.12 -
YUV 203.99 54.64 107.32 -
System Red Green Blue C M Y K H S L
Decimal 175 244 74 0.28 0 0.70 0.04 84.35 0.89 0.62
Hex AF F4 4A 1C 0 46 4 54 59 3E
Octal 257 364 112 34 0 106 4 124 131 76
Binary 10101111 11110100 1001010 11100 0 1000110 100 1010100 1011001 111110

Color Harmonies of #AFF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF44A

Black with #AFF44A

Text Example


Text Example

White with #AFF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF44A; }

 p { color: rgb(175,244,74); }

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

background-color css

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

 a { background-color: rgb(175,244,74); }

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

border-color css

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

 span { border-color: rgb(175,244,74); }

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