Html Css Color HEX #AFF047 Conifer

📋 copy color: '#AFF047'

red 175 ◦ green 240 ◦ blue 71

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

Shades of Conifer #AFF047

Tints of Conifer #AFF047

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 36.01%
G = 49.38%
B = 14.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#AFF047 (or 0xAFF047) is known color: Conifer. HEX triplet: AF, F0 and 47. RGB value is (175,240,71). Sum of RGB (Red+Green+Blue) = 175+240+71=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF047 is #500FB8. Grayscale: #C9C9C9. Windows color (decimal): -5246905 or 4714671. OLE color: 4714671.

HSL color Cylindrical-coordinate representation of color #AFF047: hue angle of 83.08º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF047 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 71 -
CMYK 0.27 0 0.70 0.06
HSL 83.08º 0.85% 0.61% -
HSV(B) 83.08º 0.7% 0.94% -
XYZ 49.98 71.89 17.2 -
YUV 201.3 54.47 109.24 -
System Red Green Blue C M Y K H S L
Decimal 175 240 71 0.27 0 0.70 0.06 83.08 0.85 0.61
Hex AF F0 47 1B 0 46 6 53 55 3D
Octal 257 360 107 33 0 106 6 123 125 75
Binary 10101111 11110000 1000111 11011 0 1000110 110 1010011 1010101 111101

Color Harmonies of #AFF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF047

Black with #AFF047

Text Example


Text Example

White with #AFF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF047; }

 p { color: rgb(175,240,71); }

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

background-color css

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

 a { background-color: rgb(175,240,71); }

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

border-color css

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

 span { border-color: rgb(175,240,71); }

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