Html Css Color HEX #AFF458 Conifer

📋 copy color: '#AFF458'

red 175 ◦ green 244 ◦ blue 88

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

Shades of Conifer #AFF458

Tints of Conifer #AFF458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 34.52%
G = 48.13%
B = 17.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#AFF458 (or 0xAFF458) is known color: Conifer. HEX triplet: AF, F4 and 58. RGB value is (175,244,88). Sum of RGB (Red+Green+Blue) = 175+244+88=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF458 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF458 is #500BA7. Grayscale: #CECECE. Windows color (decimal): -5245864 or 5829807. OLE color: 5829807.

HSL color Cylindrical-coordinate representation of color #AFF458: hue angle of 86.54º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF458 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 88 -
CMYK 0.28 0 0.64 0.04
HSL 86.54º 0.88% 0.65% -
HSV(B) 86.54º 0.64% 0.96% -
XYZ 51.79 74.52 20.89 -
YUV 205.59 61.64 106.18 -
System Red Green Blue C M Y K H S L
Decimal 175 244 88 0.28 0 0.64 0.04 86.54 0.88 0.65
Hex AF F4 58 1C 0 40 4 57 58 41
Octal 257 364 130 34 0 100 4 127 130 101
Binary 10101111 11110100 1011000 11100 0 1000000 100 1010111 1011000 1000001

Color Harmonies of #AFF458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF458

Black with #AFF458

Text Example


Text Example

White with #AFF458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF458; }

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

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

background-color css

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

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

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

border-color css

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

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

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